Html Css Color HEX #D28418 Ochre

📋 copy color: '#D28418'

red 210 ◦ green 132 ◦ blue 24

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

Shades of Ochre #D28418

Tints of Ochre #D28418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 57.38%
G = 36.07%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D28418 (or 0xD28418) is known color: Ochre. HEX triplet: D2, 84 and 18. RGB value is (210,132,24). Sum of RGB (Red+Green+Blue) = 210+132+24=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D28418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28418 is #2D7BE7. Grayscale: #8F8F8F. Windows color (decimal): -2980840 or 1606866. OLE color: 1606866.

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

Color convert

RGB 210 132 24 -
CMYK 0 0.37 0.89 0.18
HSL 34.84º 0.79% 0.46% -
HSV(B) 34.84º 0.89% 0.82% -
XYZ 34.99 30.27 4.86 -
YUV 143.01 60.84 175.78 -
System Red Green Blue C M Y K H S L
Decimal 210 132 24 0 0.37 0.89 0.18 34.84 0.79 0.46
Hex D2 84 18 0 25 59 12 23 4F 2E
Octal 322 204 30 0 45 131 22 43 117 56
Binary 11010010 10000100 11000 0 100101 1011001 10010 100011 1001111 101110

Color Harmonies of #D28418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28418

Black with #D28418

Text Example


Text Example

White with #D28418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28418; }

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

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

background-color css

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

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

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

border-color css

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

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

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