Html Css Color HEX #D88018 Ochre

📋 copy color: '#D88018'

red 216 ◦ green 128 ◦ blue 24

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

Shades of Ochre #D88018

Tints of Ochre #D88018

RGB

 RED value IS 216 (84.77% from 255) = 58.7%

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

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

R = 58.7%
G = 34.78%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D88018 (or 0xD88018) is known color: Ochre. HEX triplet: D8, 80 and 18. RGB value is (216,128,24). Sum of RGB (Red+Green+Blue) = 216+128+24=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D88018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88018 is #277FE7. Grayscale: #8E8E8E. Windows color (decimal): -2588648 or 1605848. OLE color: 1605848.

HSL color Cylindrical-coordinate representation of color #D88018: hue angle of 32.5º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D88018 is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 24 -
CMYK 0 0.41 0.89 0.15
HSL 32.5º 0.8% 0.47% -
HSV(B) 32.5º 0.89% 0.85% -
XYZ 36.2 30.1 4.77 -
YUV 142.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 216 128 24 0 0.41 0.89 0.15 32.5 0.8 0.47
Hex D8 80 18 0 29 59 F 20 50 2F
Octal 330 200 30 0 51 131 17 40 120 57
Binary 11011000 10000000 11000 0 101001 1011001 1111 100000 1010000 101111

Color Harmonies of #D88018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88018

Black with #D88018

Text Example


Text Example

White with #D88018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88018; }

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

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

background-color css

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

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

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

border-color css

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

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

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