Html Css Color HEX #D88518 Ochre

📋 copy color: '#D88518'

red 216 ◦ green 133 ◦ blue 24

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

Shades of Ochre #D88518

Tints of Ochre #D88518

RGB

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

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

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

R = 57.91%
G = 35.66%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D88518 (or 0xD88518) is known color: Ochre. HEX triplet: D8, 85 and 18. RGB value is (216,133,24). Sum of RGB (Red+Green+Blue) = 216+133+24=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D88518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88518 is #277AE7. Grayscale: #919191. Windows color (decimal): -2587368 or 1607128. OLE color: 1607128.

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

Color convert

RGB 216 133 24 -
CMYK 0 0.38 0.89 0.15
HSL 34.06º 0.8% 0.47% -
HSV(B) 34.06º 0.89% 0.85% -
XYZ 36.87 31.44 4.99 -
YUV 145.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 216 133 24 0 0.38 0.89 0.15 34.06 0.8 0.47
Hex D8 85 18 0 26 59 F 22 50 2F
Octal 330 205 30 0 46 131 17 42 120 57
Binary 11011000 10000101 11000 0 100110 1011001 1111 100010 1010000 101111

Color Harmonies of #D88518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88518

Black with #D88518

Text Example


Text Example

White with #D88518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88518; }

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

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

background-color css

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

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

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

border-color css

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

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

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