Html Css Color HEX #D88610 Gamboge

📋 copy color: '#D88610'

red 216 ◦ green 134 ◦ blue 16

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

Shades of Gamboge #D88610

Tints of Gamboge #D88610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 59.02%
G = 36.61%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D88610 (or 0xD88610) is known color: Gamboge. HEX triplet: D8, 86 and 10. RGB value is (216,134,16). Sum of RGB (Red+Green+Blue) = 216+134+16=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D88610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88610 is #2779EF. Grayscale: #919191. Windows color (decimal): -2587120 or 1083096. OLE color: 1083096.

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

Color convert

RGB 216 134 16 -
CMYK 0 0.38 0.93 0.15
HSL 35.4º 0.86% 0.45% -
HSV(B) 35.4º 0.93% 0.85% -
XYZ 36.94 31.69 4.66 -
YUV 145.07 55.17 178.59 -
System Red Green Blue C M Y K H S L
Decimal 216 134 16 0 0.38 0.93 0.15 35.4 0.86 0.45
Hex D8 86 10 0 26 5D F 23 56 2D
Octal 330 206 20 0 46 135 17 43 126 55
Binary 11011000 10000110 10000 0 100110 1011101 1111 100011 1010110 101101

Color Harmonies of #D88610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88610

Black with #D88610

Text Example


Text Example

White with #D88610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88610; }

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

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

background-color css

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

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

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

border-color css

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

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

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