Html Css Color HEX #D08119 Ochre

📋 copy color: '#D08119'

red 208 ◦ green 129 ◦ blue 25

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

Shades of Ochre #D08119

Tints of Ochre #D08119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.64%

 BLUE value IS 25 (10.16% from 255) = 6.91%

R = 57.46%
G = 35.64%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D08119 (or 0xD08119) is known color: Ochre. HEX triplet: D0, 81 and 19. RGB value is (208,129,25). Sum of RGB (Red+Green+Blue) = 208+129+25=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D08119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08119 is #2F7EE6. Grayscale: #8D8D8D. Windows color (decimal): -3112679 or 1671632. OLE color: 1671632.

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

Color convert

RGB 208 129 25 -
CMYK 0 0.38 0.88 0.18
HSL 34.1º 0.79% 0.46% -
HSV(B) 34.1º 0.88% 0.82% -
XYZ 34.04 29.18 4.76 -
YUV 140.77 62.67 175.96 -
System Red Green Blue C M Y K H S L
Decimal 208 129 25 0 0.38 0.88 0.18 34.1 0.79 0.46
Hex D0 81 19 0 26 58 12 22 4F 2E
Octal 320 201 31 0 46 130 22 42 117 56
Binary 11010000 10000001 11001 0 100110 1011000 10010 100010 1001111 101110

Color Harmonies of #D08119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08119

Black with #D08119

Text Example


Text Example

White with #D08119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08119; }

 p { color: rgb(208,129,25); }

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

background-color css

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

 a { background-color: rgb(208,129,25); }

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

border-color css

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

 span { border-color: rgb(208,129,25); }

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