Html Css Color HEX #CC861D Ochre

📋 copy color: '#CC861D'

red 204 ◦ green 134 ◦ blue 29

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

Shades of Ochre #CC861D

Tints of Ochre #CC861D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.51%

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 55.59%
G = 36.51%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC861D (or 0xCC861D) is known color: Ochre. HEX triplet: CC, 86 and 1D. RGB value is (204,134,29). Sum of RGB (Red+Green+Blue) = 204+134+29=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC861D is #3379E2. Grayscale: #8F8F8F. Windows color (decimal): -3373539 or 1935052. OLE color: 1935052.

HSL color Cylindrical-coordinate representation of color #CC861D: hue angle of 36º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC861D is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 29 -
CMYK 0 0.34 0.86 0.2
HSL 36º 0.75% 0.46% -
HSV(B) 36º 0.86% 0.8% -
XYZ 33.65 29.98 5.17 -
YUV 142.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 204 134 29 0 0.34 0.86 0.2 36 0.75 0.46
Hex CC 86 1D 0 22 56 14 24 4B 2E
Octal 314 206 35 0 42 126 24 44 113 56
Binary 11001100 10000110 11101 0 100010 1010110 10100 100100 1001011 101110

Color Harmonies of #CC861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC861D

Black with #CC861D

Text Example


Text Example

White with #CC861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC861D; }

 p { color: rgb(204,134,29); }

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

background-color css

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

 a { background-color: rgb(204,134,29); }

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

border-color css

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

 span { border-color: rgb(204,134,29); }

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