Html Css Color HEX #D28518 Ochre

📋 copy color: '#D28518'

red 210 ◦ green 133 ◦ blue 24

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

Shades of Ochre #D28518

Tints of Ochre #D28518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

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

R = 57.22%
G = 36.24%
B = 6.54%

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

#D28518 (or 0xD28518) is known color: Ochre. HEX triplet: D2, 85 and 18. RGB value is (210,133,24). Sum of RGB (Red+Green+Blue) = 210+133+24=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D28518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28518 is #2D7AE7. Grayscale: #909090. Windows color (decimal): -2980584 or 1607122. OLE color: 1607122.

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

Color convert

RGB 210 133 24 -
CMYK 0 0.37 0.89 0.18
HSL 35.16º 0.79% 0.46% -
HSV(B) 35.16º 0.89% 0.82% -
XYZ 35.13 30.54 4.91 -
YUV 143.6 60.51 175.36 -
System Red Green Blue C M Y K H S L
Decimal 210 133 24 0 0.37 0.89 0.18 35.16 0.79 0.46
Hex D2 85 18 0 25 59 12 23 4F 2E
Octal 322 205 30 0 45 131 22 43 117 56
Binary 11010010 10000101 11000 0 100101 1011001 10010 100011 1001111 101110

Color Harmonies of #D28518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28518

Black with #D28518

Text Example


Text Example

White with #D28518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28518; }

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

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

background-color css

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

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

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

border-color css

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

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

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