Html Css Color HEX #CC8318 Ochre

📋 copy color: '#CC8318'

red 204 ◦ green 131 ◦ blue 24

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

Shades of Ochre #CC8318

Tints of Ochre #CC8318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

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

R = 56.82%
G = 36.49%
B = 6.69%

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

#CC8318 (or 0xCC8318) is known color: Ochre. HEX triplet: CC, 83 and 18. RGB value is (204,131,24). Sum of RGB (Red+Green+Blue) = 204+131+24=359 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.82% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8318 is #337CE7. Grayscale: #8D8D8D. Windows color (decimal): -3374312 or 1606604. OLE color: 1606604.

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

Color convert

RGB 204 131 24 -
CMYK 0 0.36 0.88 0.2
HSL 35.67º 0.79% 0.45% -
HSV(B) 35.67º 0.88% 0.8% -
XYZ 33.18 29.14 4.74 -
YUV 140.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 204 131 24 0 0.36 0.88 0.2 35.67 0.79 0.45
Hex CC 83 18 0 24 58 14 24 4F 2D
Octal 314 203 30 0 44 130 24 44 117 55
Binary 11001100 10000011 11000 0 100100 1011000 10100 100100 1001111 101101

Color Harmonies of #CC8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8318

Black with #CC8318

Text Example


Text Example

White with #CC8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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