Html Css Color HEX #CD8815 Ochre

📋 copy color: '#CD8815'

red 205 ◦ green 136 ◦ blue 21

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

Shades of Ochre #CD8815

Tints of Ochre #CD8815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.57%

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 56.63%
G = 37.57%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD8815 (or 0xCD8815) is known color: Ochre. HEX triplet: CD, 88 and 15. RGB value is (205,136,21). Sum of RGB (Red+Green+Blue) = 205+136+21=362 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.63% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8815 is #3277EA. Grayscale: #909090. Windows color (decimal): -3307499 or 1411277. OLE color: 1411277.

HSL color Cylindrical-coordinate representation of color #CD8815: hue angle of 37.5º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD8815 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 21 -
CMYK 0 0.34 0.90 0.20
HSL 37.5º 0.81% 0.44% -
HSV(B) 37.5º 0.9% 0.8% -
XYZ 34.12 30.64 4.83 -
YUV 143.52 58.86 171.85 -
System Red Green Blue C M Y K H S L
Decimal 205 136 21 0 0.34 0.90 0.20 37.5 0.81 0.44
Hex CD 88 15 0 22 5A 14 26 51 2C
Octal 315 210 25 0 42 132 24 46 121 54
Binary 11001101 10001000 10101 0 100010 1011010 10100 100110 1010001 101100

Color Harmonies of #CD8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8815

Black with #CD8815

Text Example


Text Example

White with #CD8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8815; }

 p { color: rgb(205,136,21); }

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

background-color css

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

 a { background-color: rgb(205,136,21); }

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

border-color css

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

 span { border-color: rgb(205,136,21); }

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