Html Css Color HEX #CD871C Ochre

📋 copy color: '#CD871C'

red 205 ◦ green 135 ◦ blue 28

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

Shades of Ochre #CD871C

Tints of Ochre #CD871C

RGB

 RED value IS 205 (80.47% from 255) = 55.71%

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

 BLUE value IS 28 (11.33% from 255) = 7.61%

R = 55.71%
G = 36.68%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD871C (or 0xCD871C) is known color: Ochre. HEX triplet: CD, 87 and 1C. RGB value is (205,135,28). Sum of RGB (Red+Green+Blue) = 205+135+28=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD871C is #3278E3. Grayscale: #909090. Windows color (decimal): -3307748 or 1869773. OLE color: 1869773.

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

Color convert

RGB 205 135 28 -
CMYK 0 0.34 0.86 0.20
HSL 36.27º 0.76% 0.46% -
HSV(B) 36.27º 0.86% 0.8% -
XYZ 34.05 30.39 5.17 -
YUV 143.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 205 135 28 0 0.34 0.86 0.20 36.27 0.76 0.46
Hex CD 87 1C 0 22 56 14 24 4C 2E
Octal 315 207 34 0 42 126 24 44 114 56
Binary 11001101 10000111 11100 0 100010 1010110 10100 100100 1001100 101110

Color Harmonies of #CD871C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD871C

Black with #CD871C

Text Example


Text Example

White with #CD871C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD871C; }

 p { color: rgb(205,135,28); }

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

background-color css

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

 a { background-color: rgb(205,135,28); }

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

border-color css

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

 span { border-color: rgb(205,135,28); }

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