Html Css Color HEX #D88217 Ochre

📋 copy color: '#D88217'

red 216 ◦ green 130 ◦ blue 23

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

Shades of Ochre #D88217

Tints of Ochre #D88217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.23%

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

R = 58.54%
G = 35.23%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D88217 (or 0xD88217) is known color: Ochre. HEX triplet: D8, 82 and 17. RGB value is (216,130,23). Sum of RGB (Red+Green+Blue) = 216+130+23=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 23 (9.38% from 255 or 6.23% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D88217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88217 is #277DE8. Grayscale: #909090. Windows color (decimal): -2588137 or 1540824. OLE color: 1540824.

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

Color convert

RGB 216 130 23 -
CMYK 0 0.40 0.89 0.15
HSL 33.26º 0.81% 0.47% -
HSV(B) 33.26º 0.89% 0.85% -
XYZ 36.46 30.63 4.8 -
YUV 143.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 216 130 23 0 0.40 0.89 0.15 33.26 0.81 0.47
Hex D8 82 17 0 28 59 F 21 51 2F
Octal 330 202 27 0 50 131 17 41 121 57
Binary 11011000 10000010 10111 0 101000 1011001 1111 100001 1010001 101111

Color Harmonies of #D88217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88217

Black with #D88217

Text Example


Text Example

White with #D88217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88217; }

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

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

background-color css

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

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

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

border-color css

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

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

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