Html Css Color HEX #D08416 Ochre

📋 copy color: '#D08416'

red 208 ◦ green 132 ◦ blue 22

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

Shades of Ochre #D08416

Tints of Ochre #D08416

RGB

 RED value IS 208 (81.64% from 255) = 57.46%

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

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

R = 57.46%
G = 36.46%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D08416 (or 0xD08416) is known color: Ochre. HEX triplet: D0, 84 and 16. RGB value is (208,132,22). Sum of RGB (Red+Green+Blue) = 208+132+22=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D08416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08416 is #2F7BE9. Grayscale: #8E8E8E. Windows color (decimal): -3111914 or 1475792. OLE color: 1475792.

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

Color convert

RGB 208 132 22 -
CMYK 0 0.37 0.89 0.18
HSL 35.48º 0.81% 0.45% -
HSV(B) 35.48º 0.89% 0.82% -
XYZ 34.41 29.97 4.73 -
YUV 142.18 60.18 174.94 -
System Red Green Blue C M Y K H S L
Decimal 208 132 22 0 0.37 0.89 0.18 35.48 0.81 0.45
Hex D0 84 16 0 25 59 12 23 51 2D
Octal 320 204 26 0 45 131 22 43 121 55
Binary 11010000 10000100 10110 0 100101 1011001 10010 100011 1010001 101101

Color Harmonies of #D08416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08416

Black with #D08416

Text Example


Text Example

White with #D08416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08416; }

 p { color: rgb(208,132,22); }

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

background-color css

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

 a { background-color: rgb(208,132,22); }

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

border-color css

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

 span { border-color: rgb(208,132,22); }

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