Html Css Color HEX #CD861D Ochre

📋 copy color: '#CD861D'

red 205 ◦ green 134 ◦ blue 29

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

Shades of Ochre #CD861D

Tints of Ochre #CD861D

RGB

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

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

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

R = 55.71%
G = 36.41%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD861D (or 0xCD861D) is known color: Ochre. HEX triplet: CD, 86 and 1D. RGB value is (205,134,29). Sum of RGB (Red+Green+Blue) = 205+134+29=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD861D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD861D is #3279E2. Grayscale: #8F8F8F. Windows color (decimal): -3308003 or 1935053. OLE color: 1935053.

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

Color convert

RGB 205 134 29 -
CMYK 0 0.35 0.86 0.20
HSL 35.8º 0.75% 0.46% -
HSV(B) 35.8º 0.86% 0.8% -
XYZ 33.92 30.12 5.19 -
YUV 143.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 205 134 29 0 0.35 0.86 0.20 35.8 0.75 0.46
Hex CD 86 1D 0 23 56 14 24 4B 2E
Octal 315 206 35 0 43 126 24 44 113 56
Binary 11001101 10000110 11101 0 100011 1010110 10100 100100 1001011 101110

Color Harmonies of #CD861D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD861D

Black with #CD861D

Text Example


Text Example

White with #CD861D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD861D; }

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

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

background-color css

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

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

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

border-color css

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

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

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