Html Css Color HEX #CC8518 Ochre

📋 copy color: '#CC8518'

red 204 ◦ green 133 ◦ blue 24

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

Shades of Ochre #CC8518

Tints of Ochre #CC8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 56.51%
G = 36.84%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC8518 (or 0xCC8518) is known color: Ochre. HEX triplet: CC, 85 and 18. RGB value is (204,133,24). Sum of RGB (Red+Green+Blue) = 204+133+24=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8518 is #337AE7. Grayscale: #8E8E8E. Windows color (decimal): -3373800 or 1607116. OLE color: 1607116.

HSL color Cylindrical-coordinate representation of color #CC8518: hue angle of 36.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 #CC8518 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 24 -
CMYK 0 0.35 0.88 0.2
HSL 36.33º 0.79% 0.45% -
HSV(B) 36.33º 0.88% 0.8% -
XYZ 33.45 29.68 4.83 -
YUV 141.8 61.52 172.36 -
System Red Green Blue C M Y K H S L
Decimal 204 133 24 0 0.35 0.88 0.2 36.33 0.79 0.45
Hex CC 85 18 0 23 58 14 24 4F 2D
Octal 314 205 30 0 43 130 24 44 117 55
Binary 11001100 10000101 11000 0 100011 1011000 10100 100100 1001111 101101

Color Harmonies of #CC8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8518

Black with #CC8518

Text Example


Text Example

White with #CC8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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