#CC7D23

Color #CC7D23 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CC7D23

Tints of Ochre #CC7D23

Color information

#CC7D23 (or 0xCC7D23) is unknown color: approx Ochre. HEX triplet: CC, 7D and 23. RGB value is (204,125,35). Sum of RGB (Red+Green+Blue) = 204+125+35=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D23 is #3382DC. Grayscale: #8A8A8A. Windows color (decimal): -3375837 or 2325964. OLE color: 2325964.

HSL color Cylindrical-coordinate representation of color #CC7D23: hue angle of 31.95º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC7D23 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB20412535-
CMYK00.390.830.2
HSL31.95º70.71%46.86%-
HSV(B)31.95º82.84%80%-
XYZ32.5427.635.21-
YUV138.3669.67174.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 56.04%
GREEN value IS 125 (49.22% from 255) = 34.34%
BLUE value IS 35 (14.06% from 255) = 9.62%
R=56.04%
G=34.34%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041253500.390.830.231.9570.7146.86
HexCC7D23027531420472f
Octal31417543047123244010757
Binary11001100111110110001101001111010011101001000001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D23; }

 p { color: rgb(204,125,35); }

 H1.HeaderClassName
 {
   color: #CC7D23;
 }
 .AnyTagClassName
 {
   color: #CC7D23;
 }
</style>
background-color css

<style>
 a { background-color: #CC7D23; }

 a { background-color: rgb(204,125,35); }

 div.DivClassName
 {
   background-color: #CC7D23;
 }
 .BgClassName
 {
   background-color: #CC7D23;
 }
</style>
border-color css

<style>
 span { border-color: #CC7D23; }

 span { border-color: rgb(204,125,35); }

 td.TdClassName
 {
   border-color: #CC7D23;
 }
 .TagClassName
 {
   border-color: #CC7D23;
 }
</style>