Html Css Color HEX #D08024 Ochre

📋 copy color: '#D08024'

red 208 ◦ green 128 ◦ blue 36

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

Shades of Ochre #D08024

Tints of Ochre #D08024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.41%

 BLUE value IS 36 (14.45% from 255) = 9.68%

R = 55.91%
G = 34.41%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D08024 (or 0xD08024) is known color: Ochre. HEX triplet: D0, 80 and 24. RGB value is (208,128,36). Sum of RGB (Red+Green+Blue) = 208+128+36=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D08024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08024 is #2F7FDB. Grayscale: #8D8D8D. Windows color (decimal): -3112924 or 2392272. OLE color: 2392272.

HSL color Cylindrical-coordinate representation of color #D08024: hue angle of 32.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D08024 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 36 -
CMYK 0 0.38 0.83 0.18
HSL 32.09º 0.7% 0.48% -
HSV(B) 32.09º 0.83% 0.82% -
XYZ 34.05 28.98 5.47 -
YUV 141.43 68.5 175.48 -
System Red Green Blue C M Y K H S L
Decimal 208 128 36 0 0.38 0.83 0.18 32.09 0.7 0.48
Hex D0 80 24 0 26 53 12 20 46 30
Octal 320 200 44 0 46 123 22 40 106 60
Binary 11010000 10000000 100100 0 100110 1010011 10010 100000 1000110 110000

Color Harmonies of #D08024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08024

Black with #D08024

Text Example


Text Example

White with #D08024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08024; }

 p { color: rgb(208,128,36); }

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

background-color css

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

 a { background-color: rgb(208,128,36); }

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

border-color css

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

 span { border-color: rgb(208,128,36); }

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