Html Css Color HEX #D88017 Ochre

📋 copy color: '#D88017'

red 216 ◦ green 128 ◦ blue 23

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

Shades of Ochre #D88017

Tints of Ochre #D88017

RGB

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

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

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

R = 58.86%
G = 34.88%
B = 6.27%

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

#D88017 (or 0xD88017) is known color: Ochre. HEX triplet: D8, 80 and 17. RGB value is (216,128,23). Sum of RGB (Red+Green+Blue) = 216+128+23=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 23 (9.38% from 255 or 6.27% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88017 is #277FE8. Grayscale: #8E8E8E. Windows color (decimal): -2588649 or 1540312. OLE color: 1540312.

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

Color convert

RGB 216 128 23 -
CMYK 0 0.41 0.89 0.15
HSL 32.64º 0.81% 0.47% -
HSV(B) 32.64º 0.89% 0.85% -
XYZ 36.19 30.1 4.71 -
YUV 142.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 216 128 23 0 0.41 0.89 0.15 32.64 0.81 0.47
Hex D8 80 17 0 29 59 F 21 51 2F
Octal 330 200 27 0 51 131 17 41 121 57
Binary 11011000 10000000 10111 0 101001 1011001 1111 100001 1010001 101111

Color Harmonies of #D88017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88017

Black with #D88017

Text Example


Text Example

White with #D88017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88017; }

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

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

background-color css

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

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

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

border-color css

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

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

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