Html Css Color HEX #D28021 Ochre

📋 copy color: '#D28021'

red 210 ◦ green 128 ◦ blue 33

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

Shades of Ochre #D28021

Tints of Ochre #D28021

RGB

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

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

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

R = 56.6%
G = 34.5%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D28021 (or 0xD28021) is known color: Ochre. HEX triplet: D2, 80 and 21. RGB value is (210,128,33). Sum of RGB (Red+Green+Blue) = 210+128+33=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D28021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28021 is #2D7FDE. Grayscale: #8E8E8E. Windows color (decimal): -2981855 or 2195666. OLE color: 2195666.

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

Color convert

RGB 210 128 33 -
CMYK 0 0.39 0.84 0.18
HSL 32.2º 0.73% 0.48% -
HSV(B) 32.2º 0.84% 0.82% -
XYZ 34.57 29.25 5.26 -
YUV 141.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 210 128 33 0 0.39 0.84 0.18 32.2 0.73 0.48
Hex D2 80 21 0 27 54 12 20 49 30
Octal 322 200 41 0 47 124 22 40 111 60
Binary 11010010 10000000 100001 0 100111 1010100 10010 100000 1001001 110000

Color Harmonies of #D28021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28021

Black with #D28021

Text Example


Text Example

White with #D28021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28021; }

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

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

background-color css

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

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

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

border-color css

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

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

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