Html Css Color HEX #CC8314 Ochre

📋 copy color: '#CC8314'

red 204 ◦ green 131 ◦ blue 20

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

Shades of Ochre #CC8314

Tints of Ochre #CC8314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 57.46%
G = 36.9%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC8314 (or 0xCC8314) is known color: Ochre. HEX triplet: CC, 83 and 14. RGB value is (204,131,20). Sum of RGB (Red+Green+Blue) = 204+131+20=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8314 is #337CEB. Grayscale: #8C8C8C. Windows color (decimal): -3374316 or 1344460. OLE color: 1344460.

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

Color convert

RGB 204 131 20 -
CMYK 0 0.36 0.90 0.2
HSL 36.2º 0.82% 0.44% -
HSV(B) 36.2º 0.9% 0.8% -
XYZ 33.14 29.12 4.54 -
YUV 140.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 204 131 20 0 0.36 0.90 0.2 36.2 0.82 0.44
Hex CC 83 14 0 24 5A 14 24 52 2C
Octal 314 203 24 0 44 132 24 44 122 54
Binary 11001100 10000011 10100 0 100100 1011010 10100 100100 1010010 101100

Color Harmonies of #CC8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8314

Black with #CC8314

Text Example


Text Example

White with #CC8314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8314; }

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

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

background-color css

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

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

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

border-color css

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

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

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