Html Css Color HEX #CC8017 Ochre

📋 copy color: '#CC8017'

red 204 ◦ green 128 ◦ blue 23

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

Shades of Ochre #CC8017

Tints of Ochre #CC8017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 57.46%
G = 36.06%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC8017 (or 0xCC8017) is known color: Ochre. HEX triplet: CC, 80 and 17. RGB value is (204,128,23). Sum of RGB (Red+Green+Blue) = 204+128+23=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8017 is #337FE8. Grayscale: #8B8B8B. Windows color (decimal): -3375081 or 1540300. OLE color: 1540300.

HSL color Cylindrical-coordinate representation of color #CC8017: hue angle of 34.81º 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 #CC8017 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 128 23 -
CMYK 0 0.37 0.89 0.2
HSL 34.81º 0.8% 0.45% -
HSV(B) 34.81º 0.89% 0.8% -
XYZ 32.78 28.34 4.55 -
YUV 138.75 62.68 174.54 -
System Red Green Blue C M Y K H S L
Decimal 204 128 23 0 0.37 0.89 0.2 34.81 0.8 0.45
Hex CC 80 17 0 25 59 14 23 50 2D
Octal 314 200 27 0 45 131 24 43 120 55
Binary 11001100 10000000 10111 0 100101 1011001 10100 100011 1010000 101101

Color Harmonies of #CC8017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8017

Black with #CC8017

Text Example


Text Example

White with #CC8017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8017; }

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

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

background-color css

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

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

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

border-color css

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

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

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