Html Css Color HEX #D88417 Ochre

📋 copy color: '#D88417'

red 216 ◦ green 132 ◦ blue 23

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

Shades of Ochre #D88417

Tints of Ochre #D88417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.58%

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

R = 58.22%
G = 35.58%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D88417 (or 0xD88417) is known color: Ochre. HEX triplet: D8, 84 and 17. RGB value is (216,132,23). Sum of RGB (Red+Green+Blue) = 216+132+23=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 23 (9.38% from 255 or 6.20% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D88417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88417 is #277BE8. Grayscale: #919191. Windows color (decimal): -2587625 or 1541336. OLE color: 1541336.

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

Color convert

RGB 216 132 23 -
CMYK 0 0.39 0.89 0.15
HSL 33.89º 0.81% 0.47% -
HSV(B) 33.89º 0.89% 0.85% -
XYZ 36.72 31.16 4.89 -
YUV 144.69 59.33 178.86 -
System Red Green Blue C M Y K H S L
Decimal 216 132 23 0 0.39 0.89 0.15 33.89 0.81 0.47
Hex D8 84 17 0 27 59 F 22 51 2F
Octal 330 204 27 0 47 131 17 42 121 57
Binary 11011000 10000100 10111 0 100111 1011001 1111 100010 1010001 101111

Color Harmonies of #D88417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88417

Black with #D88417

Text Example


Text Example

White with #D88417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88417; }

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

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

background-color css

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

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

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

border-color css

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

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

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