Html Css Color HEX #D28020 Ochre

📋 copy color: '#D28020'

red 210 ◦ green 128 ◦ blue 32

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

Shades of Ochre #D28020

Tints of Ochre #D28020

RGB

 RED value IS 210 (82.42% from 255) = 56.76%

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

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 56.76%
G = 34.59%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D28020 (or 0xD28020) is known color: Ochre. HEX triplet: D2, 80 and 20. RGB value is (210,128,32). Sum of RGB (Red+Green+Blue) = 210+128+32=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D28020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28020 is #2D7FDF. Grayscale: #8E8E8E. Windows color (decimal): -2981856 or 2130130. OLE color: 2130130.

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

Color convert

RGB 210 128 32 -
CMYK 0 0.39 0.85 0.18
HSL 32.36º 0.74% 0.47% -
HSV(B) 32.36º 0.85% 0.82% -
XYZ 34.56 29.24 5.19 -
YUV 141.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 210 128 32 0 0.39 0.85 0.18 32.36 0.74 0.47
Hex D2 80 20 0 27 55 12 20 4A 2F
Octal 322 200 40 0 47 125 22 40 112 57
Binary 11010010 10000000 100000 0 100111 1010101 10010 100000 1001010 101111

Color Harmonies of #D28020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28020

Black with #D28020

Text Example


Text Example

White with #D28020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28020; }

 p { color: rgb(210,128,32); }

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

background-color css

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

 a { background-color: rgb(210,128,32); }

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

border-color css

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

 span { border-color: rgb(210,128,32); }

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