Html Css Color HEX #CC8218 Ochre

📋 copy color: '#CC8218'

red 204 ◦ green 130 ◦ blue 24

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

Shades of Ochre #CC8218

Tints of Ochre #CC8218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 56.98%
G = 36.31%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC8218 (or 0xCC8218) is known color: Ochre. HEX triplet: CC, 82 and 18. RGB value is (204,130,24). Sum of RGB (Red+Green+Blue) = 204+130+24=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8218 is #337DE7. Grayscale: #8C8C8C. Windows color (decimal): -3374568 or 1606348. OLE color: 1606348.

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

Color convert

RGB 204 130 24 -
CMYK 0 0.36 0.88 0.2
HSL 35.33º 0.79% 0.45% -
HSV(B) 35.33º 0.88% 0.8% -
XYZ 33.05 28.87 4.69 -
YUV 140.04 62.52 173.62 -
System Red Green Blue C M Y K H S L
Decimal 204 130 24 0 0.36 0.88 0.2 35.33 0.79 0.45
Hex CC 82 18 0 24 58 14 23 4F 2D
Octal 314 202 30 0 44 130 24 43 117 55
Binary 11001100 10000010 11000 0 100100 1011000 10100 100011 1001111 101101

Color Harmonies of #CC8218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8218

Black with #CC8218

Text Example


Text Example

White with #CC8218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8218; }

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

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

background-color css

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

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

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

border-color css

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

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

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