Html Css Color HEX #D28218 Ochre

📋 copy color: '#D28218'

red 210 ◦ green 130 ◦ blue 24

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

Shades of Ochre #D28218

Tints of Ochre #D28218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

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

R = 57.69%
G = 35.71%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D28218 (or 0xD28218) is known color: Ochre. HEX triplet: D2, 82 and 18. RGB value is (210,130,24). Sum of RGB (Red+Green+Blue) = 210+130+24=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D28218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28218 is #2D7DE7. Grayscale: #8E8E8E. Windows color (decimal): -2981352 or 1606354. OLE color: 1606354.

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

Color convert

RGB 210 130 24 -
CMYK 0 0.38 0.89 0.18
HSL 34.19º 0.79% 0.46% -
HSV(B) 34.19º 0.89% 0.82% -
XYZ 34.73 29.73 4.77 -
YUV 141.84 61.5 176.62 -
System Red Green Blue C M Y K H S L
Decimal 210 130 24 0 0.38 0.89 0.18 34.19 0.79 0.46
Hex D2 82 18 0 26 59 12 22 4F 2E
Octal 322 202 30 0 46 131 22 42 117 56
Binary 11010010 10000010 11000 0 100110 1011001 10010 100010 1001111 101110

Color Harmonies of #D28218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28218

Black with #D28218

Text Example


Text Example

White with #D28218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28218; }

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

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

background-color css

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

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

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

border-color css

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

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

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