Html Css Color HEX #D28018 Ochre

📋 copy color: '#D28018'

red 210 ◦ green 128 ◦ blue 24

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

Shades of Ochre #D28018

Tints of Ochre #D28018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.63%

R = 58.01%
G = 35.36%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D28018 (or 0xD28018) is known color: Ochre. HEX triplet: D2, 80 and 18. RGB value is (210,128,24). Sum of RGB (Red+Green+Blue) = 210+128+24=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 24 (9.77% from 255 or 6.63% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D28018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28018 is #2D7FE7. Grayscale: #8D8D8D. Windows color (decimal): -2981864 or 1605842. OLE color: 1605842.

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

Color convert

RGB 210 128 24 -
CMYK 0 0.39 0.89 0.18
HSL 33.55º 0.79% 0.46% -
HSV(B) 33.55º 0.89% 0.82% -
XYZ 34.46 29.21 4.69 -
YUV 140.66 62.17 177.46 -
System Red Green Blue C M Y K H S L
Decimal 210 128 24 0 0.39 0.89 0.18 33.55 0.79 0.46
Hex D2 80 18 0 27 59 12 22 4F 2E
Octal 322 200 30 0 47 131 22 42 117 56
Binary 11010010 10000000 11000 0 100111 1011001 10010 100010 1001111 101110

Color Harmonies of #D28018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28018

Black with #D28018

Text Example


Text Example

White with #D28018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28018; }

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

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

background-color css

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

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

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

border-color css

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

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

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