#cc7d21

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

Shades of Ochre #CC7D21

Tints of Ochre #CC7D21

Color information

#CC7D21 (or 0xCC7D21) is unknown color: approx Ochre. HEX triplet: CC, 7D and 21. RGB value is (204,125,33). Sum of RGB (Red+Green+Blue) = 204+125+33=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D21 is #3382DE. Grayscale: #8A8A8A. Windows color (decimal): -3375839 or 2194892. OLE color: 2194892.

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

Color convert

RGB20412533-
CMYK00.390.840.2
HSL32.28º72.15%46.47%-
HSV(B)32.28º83.82%80%-
XYZ32.5127.615.06-
YUV138.1368.67174.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.35%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 33 (13.28% from 255) = 9.12%
R=56.35%
G=34.53%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041253300.390.840.232.2872.1546.47
HexCC7D21027541420482e
Octal31417541047124244011056
Binary11001100111110110000101001111010100101001000001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc7d21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc7d21; }

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

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

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

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

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

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

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

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