Html Css Color HEX #D28019 Ochre

📋 copy color: '#D28019'

red 210 ◦ green 128 ◦ blue 25

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

Shades of Ochre #D28019

Tints of Ochre #D28019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.89%

R = 57.85%
G = 35.26%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D28019 (or 0xD28019) is known color: Ochre. HEX triplet: D2, 80 and 19. RGB value is (210,128,25). Sum of RGB (Red+Green+Blue) = 210+128+25=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D28019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28019 is #2D7FE6. Grayscale: #8D8D8D. Windows color (decimal): -2981863 or 1671378. OLE color: 1671378.

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

Color convert

RGB 210 128 25 -
CMYK 0 0.39 0.88 0.18
HSL 33.41º 0.79% 0.46% -
HSV(B) 33.41º 0.88% 0.82% -
XYZ 34.47 29.21 4.74 -
YUV 140.78 62.67 177.38 -
System Red Green Blue C M Y K H S L
Decimal 210 128 25 0 0.39 0.88 0.18 33.41 0.79 0.46
Hex D2 80 19 0 27 58 12 21 4F 2E
Octal 322 200 31 0 47 130 22 41 117 56
Binary 11010010 10000000 11001 0 100111 1011000 10010 100001 1001111 101110

Color Harmonies of #D28019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28019

Black with #D28019

Text Example


Text Example

White with #D28019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28019; }

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

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

background-color css

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

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

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

border-color css

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

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

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