Html Css Color HEX #D08125 Ochre

📋 copy color: '#D08125'

red 208 ◦ green 129 ◦ blue 37

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

Shades of Ochre #D08125

Tints of Ochre #D08125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.89%

R = 55.61%
G = 34.49%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D08125 (or 0xD08125) is known color: Ochre. HEX triplet: D0, 81 and 25. RGB value is (208,129,37). Sum of RGB (Red+Green+Blue) = 208+129+37=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D08125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08125 is #2F7EDA. Grayscale: #8E8E8E. Windows color (decimal): -3112667 or 2458064. OLE color: 2458064.

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

Color convert

RGB 208 129 37 -
CMYK 0 0.38 0.82 0.18
HSL 32.28º 0.7% 0.48% -
HSV(B) 32.28º 0.82% 0.82% -
XYZ 34.2 29.24 5.59 -
YUV 142.13 68.67 174.98 -
System Red Green Blue C M Y K H S L
Decimal 208 129 37 0 0.38 0.82 0.18 32.28 0.7 0.48
Hex D0 81 25 0 26 52 12 20 46 30
Octal 320 201 45 0 46 122 22 40 106 60
Binary 11010000 10000001 100101 0 100110 1010010 10010 100000 1000110 110000

Color Harmonies of #D08125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08125

Black with #D08125

Text Example


Text Example

White with #D08125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08125; }

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

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

background-color css

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

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

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

border-color css

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

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

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