Html Css Color HEX #D88616 Ochre

📋 copy color: '#D88616'

red 216 ◦ green 134 ◦ blue 22

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

Shades of Ochre #D88616

Tints of Ochre #D88616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 58.06%
G = 36.02%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D88616 (or 0xD88616) is known color: Ochre. HEX triplet: D8, 86 and 16. RGB value is (216,134,22). Sum of RGB (Red+Green+Blue) = 216+134+22=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D88616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88616 is #2779E9. Grayscale: #929292. Windows color (decimal): -2587114 or 1476312. OLE color: 1476312.

HSL color Cylindrical-coordinate representation of color #D88616: hue angle of 34.64º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D88616 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 134 22 -
CMYK 0 0.38 0.90 0.15
HSL 34.64º 0.82% 0.47% -
HSV(B) 34.64º 0.9% 0.85% -
XYZ 36.99 31.71 4.93 -
YUV 145.75 58.17 178.11 -
System Red Green Blue C M Y K H S L
Decimal 216 134 22 0 0.38 0.90 0.15 34.64 0.82 0.47
Hex D8 86 16 0 26 5A F 23 52 2F
Octal 330 206 26 0 46 132 17 43 122 57
Binary 11011000 10000110 10110 0 100110 1011010 1111 100011 1010010 101111

Color Harmonies of #D88616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88616

Black with #D88616

Text Example


Text Example

White with #D88616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88616; }

 p { color: rgb(216,134,22); }

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

background-color css

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

 a { background-color: rgb(216,134,22); }

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

border-color css

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

 span { border-color: rgb(216,134,22); }

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