Html Css Color HEX #CC7D16 Ochre

📋 copy color: '#CC7D16'

red 204 ◦ green 125 ◦ blue 22

#CC7D16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CC7D16

Tints of Ochre #CC7D16

RGB

 RED value IS 204 (80.08% from 255) = 58.12%

 GREEN value IS 125 (49.22% from 255) = 35.61%

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 58.12%
G = 35.61%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC7D16 (or 0xCC7D16) is known color: Ochre. HEX triplet: CC, 7D and 16. RGB value is (204,125,22). Sum of RGB (Red+Green+Blue) = 204+125+22=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D16 is #3382E9. Grayscale: #898989. Windows color (decimal): -3375850 or 1473996. OLE color: 1473996.

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

Color convert

RGB 204 125 22 -
CMYK 0 0.39 0.89 0.2
HSL 33.96º 0.81% 0.44% -
HSV(B) 33.96º 0.89% 0.8% -
XYZ 32.38 27.56 4.37 -
YUV 136.88 63.17 175.88 -
System Red Green Blue C M Y K H S L
Decimal 204 125 22 0 0.39 0.89 0.2 33.96 0.81 0.44
Hex CC 7D 16 0 27 59 14 22 51 2C
Octal 314 175 26 0 47 131 24 42 121 54
Binary 11001100 1111101 10110 0 100111 1011001 10100 100010 1010001 101100

Color Harmonies of #CC7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D16

Black with #CC7D16

Text Example


Text Example

White with #CC7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D16; }

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

 H1.HeaderClassName
 {
   color: #CC7D16;
 }
 .AnyTagClassName
 {
   color: #CC7D16;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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