Html Css Color HEX #D08121 Ochre

📋 copy color: '#D08121'

red 208 ◦ green 129 ◦ blue 33

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

Shades of Ochre #D08121

Tints of Ochre #D08121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.92%

R = 56.22%
G = 34.86%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D08121 (or 0xD08121) is known color: Ochre. HEX triplet: D0, 81 and 21. RGB value is (208,129,33). Sum of RGB (Red+Green+Blue) = 208+129+33=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D08121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08121 is #2F7EDE. Grayscale: #8E8E8E. Windows color (decimal): -3112671 or 2195920. OLE color: 2195920.

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

Color convert

RGB 208 129 33 -
CMYK 0 0.38 0.84 0.18
HSL 32.91º 0.73% 0.47% -
HSV(B) 32.91º 0.84% 0.82% -
XYZ 34.14 29.22 5.28 -
YUV 141.68 66.67 175.31 -
System Red Green Blue C M Y K H S L
Decimal 208 129 33 0 0.38 0.84 0.18 32.91 0.73 0.47
Hex D0 81 21 0 26 54 12 21 49 2F
Octal 320 201 41 0 46 124 22 41 111 57
Binary 11010000 10000001 100001 0 100110 1010100 10010 100001 1001001 101111

Color Harmonies of #D08121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08121

Black with #D08121

Text Example


Text Example

White with #D08121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08121; }

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

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

background-color css

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

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

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

border-color css

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

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

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