Html Css Color HEX #D88611 Gamboge

📋 copy color: '#D88611'

red 216 ◦ green 134 ◦ blue 17

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

Shades of Gamboge #D88611

Tints of Gamboge #D88611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.63%

R = 58.86%
G = 36.51%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D88611 (or 0xD88611) is known color: Gamboge. HEX triplet: D8, 86 and 11. RGB value is (216,134,17). Sum of RGB (Red+Green+Blue) = 216+134+17=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D88611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88611 is #2779EE. Grayscale: #919191. Windows color (decimal): -2587119 or 1148632. OLE color: 1148632.

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

Color convert

RGB 216 134 17 -
CMYK 0 0.38 0.92 0.15
HSL 35.28º 0.85% 0.46% -
HSV(B) 35.28º 0.92% 0.85% -
XYZ 36.95 31.69 4.7 -
YUV 145.18 55.67 178.51 -
System Red Green Blue C M Y K H S L
Decimal 216 134 17 0 0.38 0.92 0.15 35.28 0.85 0.46
Hex D8 86 11 0 26 5C F 23 55 2E
Octal 330 206 21 0 46 134 17 43 125 56
Binary 11011000 10000110 10001 0 100110 1011100 1111 100011 1010101 101110

Color Harmonies of #D88611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88611

Black with #D88611

Text Example


Text Example

White with #D88611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88611; }

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

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

background-color css

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

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

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

border-color css

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

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

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