Html Css Color HEX #D08021 Ochre

📋 copy color: '#D08021'

red 208 ◦ green 128 ◦ blue 33

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

Shades of Ochre #D08021

Tints of Ochre #D08021

RGB

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

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

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

R = 56.37%
G = 34.69%
B = 8.94%

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

#D08021 (or 0xD08021) is known color: Ochre. HEX triplet: D0, 80 and 21. RGB value is (208,128,33). Sum of RGB (Red+Green+Blue) = 208+128+33=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D08021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08021 is #2F7FDE. Grayscale: #8D8D8D. Windows color (decimal): -3112927 or 2195664. OLE color: 2195664.

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

Color convert

RGB 208 128 33 -
CMYK 0 0.38 0.84 0.18
HSL 32.57º 0.73% 0.47% -
HSV(B) 32.57º 0.84% 0.82% -
XYZ 34.01 28.96 5.24 -
YUV 141.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 208 128 33 0 0.38 0.84 0.18 32.57 0.73 0.47
Hex D0 80 21 0 26 54 12 21 49 2F
Octal 320 200 41 0 46 124 22 41 111 57
Binary 11010000 10000000 100001 0 100110 1010100 10010 100001 1001001 101111

Color Harmonies of #D08021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08021

Black with #D08021

Text Example


Text Example

White with #D08021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08021; }

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

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

background-color css

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

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

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

border-color css

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

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

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