Html Css Color HEX #CC8217 Ochre

📋 copy color: '#CC8217'

red 204 ◦ green 130 ◦ blue 23

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

Shades of Ochre #CC8217

Tints of Ochre #CC8217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

 BLUE value IS 23 (9.38% from 255) = 6.44%

R = 57.14%
G = 36.41%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC8217 (or 0xCC8217) is known color: Ochre. HEX triplet: CC, 82 and 17. RGB value is (204,130,23). Sum of RGB (Red+Green+Blue) = 204+130+23=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8217 is #337DE8. Grayscale: #8C8C8C. Windows color (decimal): -3374569 or 1540812. OLE color: 1540812.

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

Color convert

RGB 204 130 23 -
CMYK 0 0.36 0.89 0.2
HSL 35.47º 0.8% 0.45% -
HSV(B) 35.47º 0.89% 0.8% -
XYZ 33.04 28.86 4.64 -
YUV 139.93 62.02 173.7 -
System Red Green Blue C M Y K H S L
Decimal 204 130 23 0 0.36 0.89 0.2 35.47 0.8 0.45
Hex CC 82 17 0 24 59 14 23 50 2D
Octal 314 202 27 0 44 131 24 43 120 55
Binary 11001100 10000010 10111 0 100100 1011001 10100 100011 1010000 101101

Color Harmonies of #CC8217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8217

Black with #CC8217

Text Example


Text Example

White with #CC8217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8217; }

 p { color: rgb(204,130,23); }

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

background-color css

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

 a { background-color: rgb(204,130,23); }

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

border-color css

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

 span { border-color: rgb(204,130,23); }

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