Html Css Color HEX #CD8415 Ochre

📋 copy color: '#CD8415'

red 205 ◦ green 132 ◦ blue 21

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

Shades of Ochre #CD8415

Tints of Ochre #CD8415

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 57.26%
G = 36.87%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CD8415 (or 0xCD8415) is known color: Ochre. HEX triplet: CD, 84 and 15. RGB value is (205,132,21). Sum of RGB (Red+Green+Blue) = 205+132+21=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD8415 is #327BEA. Grayscale: #8D8D8D. Windows color (decimal): -3308523 or 1410253. OLE color: 1410253.

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

Color convert

RGB 205 132 21 -
CMYK 0 0.36 0.90 0.20
HSL 36.2º 0.81% 0.44% -
HSV(B) 36.2º 0.9% 0.8% -
XYZ 33.56 29.54 4.64 -
YUV 141.17 60.18 173.53 -
System Red Green Blue C M Y K H S L
Decimal 205 132 21 0 0.36 0.90 0.20 36.2 0.81 0.44
Hex CD 84 15 0 24 5A 14 24 51 2C
Octal 315 204 25 0 44 132 24 44 121 54
Binary 11001101 10000100 10101 0 100100 1011010 10100 100100 1010001 101100

Color Harmonies of #CD8415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8415

Black with #CD8415

Text Example


Text Example

White with #CD8415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8415; }

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

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

background-color css

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

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

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

border-color css

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

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

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