Html Css Color HEX #CD8616 Ochre

📋 copy color: '#CD8616'

red 205 ◦ green 134 ◦ blue 22

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

Shades of Ochre #CD8616

Tints of Ochre #CD8616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 56.79%
G = 37.12%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CD8616 (or 0xCD8616) is known color: Ochre. HEX triplet: CD, 86 and 16. RGB value is (205,134,22). Sum of RGB (Red+Green+Blue) = 205+134+22=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8616 is #3279E9. Grayscale: #8E8E8E. Windows color (decimal): -3308010 or 1476301. OLE color: 1476301.

HSL color Cylindrical-coordinate representation of color #CD8616: hue angle of 36.72º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD8616 is Cyan = 0, Magento = 0.35, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 134 22 -
CMYK 0 0.35 0.89 0.20
HSL 36.72º 0.81% 0.45% -
HSV(B) 36.72º 0.89% 0.8% -
XYZ 33.85 30.09 4.78 -
YUV 142.46 60.02 172.61 -
System Red Green Blue C M Y K H S L
Decimal 205 134 22 0 0.35 0.89 0.20 36.72 0.81 0.45
Hex CD 86 16 0 23 59 14 25 51 2D
Octal 315 206 26 0 43 131 24 45 121 55
Binary 11001101 10000110 10110 0 100011 1011001 10100 100101 1010001 101101

Color Harmonies of #CD8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8616

Black with #CD8616

Text Example


Text Example

White with #CD8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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