Html Css Color HEX #D08421 Ochre

📋 copy color: '#D08421'

red 208 ◦ green 132 ◦ blue 33

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

Shades of Ochre #D08421

Tints of Ochre #D08421

RGB

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

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

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

R = 55.76%
G = 35.39%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D08421 (or 0xD08421) is known color: Ochre. HEX triplet: D0, 84 and 21. RGB value is (208,132,33). Sum of RGB (Red+Green+Blue) = 208+132+33=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 33 (13.28% from 255 or 8.85% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D08421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08421 is #2F7BDE. Grayscale: #8F8F8F. Windows color (decimal): -3111903 or 2196688. OLE color: 2196688.

HSL color Cylindrical-coordinate representation of color #D08421: hue angle of 33.94º 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 #D08421 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 33 -
CMYK 0 0.37 0.84 0.18
HSL 33.94º 0.73% 0.47% -
HSV(B) 33.94º 0.84% 0.82% -
XYZ 34.54 30.02 5.41 -
YUV 143.44 65.68 174.05 -
System Red Green Blue C M Y K H S L
Decimal 208 132 33 0 0.37 0.84 0.18 33.94 0.73 0.47
Hex D0 84 21 0 25 54 12 22 49 2F
Octal 320 204 41 0 45 124 22 42 111 57
Binary 11010000 10000100 100001 0 100101 1010100 10010 100010 1001001 101111

Color Harmonies of #D08421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08421

Black with #D08421

Text Example


Text Example

White with #D08421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08421; }

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

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

background-color css

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

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

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

border-color css

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

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

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