Html Css Color HEX #D88517 Ochre

📋 copy color: '#D88517'

red 216 ◦ green 133 ◦ blue 23

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

Shades of Ochre #D88517

Tints of Ochre #D88517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.18%

R = 58.06%
G = 35.75%
B = 6.18%

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

#D88517 (or 0xD88517) is known color: Ochre. HEX triplet: D8, 85 and 17. RGB value is (216,133,23). Sum of RGB (Red+Green+Blue) = 216+133+23=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 23 (9.38% from 255 or 6.18% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D88517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88517 is #277AE8. Grayscale: #919191. Windows color (decimal): -2587369 or 1541592. OLE color: 1541592.

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

Color convert

RGB 216 133 23 -
CMYK 0 0.38 0.89 0.15
HSL 34.2º 0.81% 0.47% -
HSV(B) 34.2º 0.89% 0.85% -
XYZ 36.86 31.44 4.94 -
YUV 145.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 216 133 23 0 0.38 0.89 0.15 34.2 0.81 0.47
Hex D8 85 17 0 26 59 F 22 51 2F
Octal 330 205 27 0 46 131 17 42 121 57
Binary 11011000 10000101 10111 0 100110 1011001 1111 100010 1010001 101111

Color Harmonies of #D88517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88517

Black with #D88517

Text Example


Text Example

White with #D88517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88517; }

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

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

background-color css

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

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

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

border-color css

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

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

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