Html Css Color HEX #CC871D Ochre

📋 copy color: '#CC871D'

red 204 ◦ green 135 ◦ blue 29

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

Shades of Ochre #CC871D

Tints of Ochre #CC871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 55.43%
G = 36.68%
B = 7.88%

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

#CC871D (or 0xCC871D) is known color: Ochre. HEX triplet: CC, 87 and 1D. RGB value is (204,135,29). Sum of RGB (Red+Green+Blue) = 204+135+29=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC871D is #3378E2. Grayscale: #909090. Windows color (decimal): -3373283 or 1935308. OLE color: 1935308.

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

Color convert

RGB 204 135 29 -
CMYK 0 0.34 0.86 0.2
HSL 36.34º 0.75% 0.46% -
HSV(B) 36.34º 0.86% 0.8% -
XYZ 33.79 30.25 5.22 -
YUV 143.55 63.36 171.12 -
System Red Green Blue C M Y K H S L
Decimal 204 135 29 0 0.34 0.86 0.2 36.34 0.75 0.46
Hex CC 87 1D 0 22 56 14 24 4B 2E
Octal 314 207 35 0 42 126 24 44 113 56
Binary 11001100 10000111 11101 0 100010 1010110 10100 100100 1001011 101110

Color Harmonies of #CC871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC871D

Black with #CC871D

Text Example


Text Example

White with #CC871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC871D; }

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

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

background-color css

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

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

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

border-color css

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

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

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