Html Css Color HEX #D88810 Gamboge

📋 copy color: '#D88810'

red 216 ◦ green 136 ◦ blue 16

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

Shades of Gamboge #D88810

Tints of Gamboge #D88810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

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

R = 58.7%
G = 36.96%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D88810 (or 0xD88810) is known color: Gamboge. HEX triplet: D8, 88 and 10. RGB value is (216,136,16). Sum of RGB (Red+Green+Blue) = 216+136+16=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D88810 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D88810 is #2777EF. Grayscale: #929292. Windows color (decimal): -2586608 or 1083608. OLE color: 1083608.

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

Color convert

RGB 216 136 16 -
CMYK 0 0.37 0.93 0.15
HSL 36º 0.86% 0.45% -
HSV(B) 36º 0.93% 0.85% -
XYZ 37.22 32.24 4.75 -
YUV 146.24 54.5 177.76 -
System Red Green Blue C M Y K H S L
Decimal 216 136 16 0 0.37 0.93 0.15 36 0.86 0.45
Hex D8 88 10 0 25 5D F 24 56 2D
Octal 330 210 20 0 45 135 17 44 126 55
Binary 11011000 10001000 10000 0 100101 1011101 1111 100100 1010110 101101

Color Harmonies of #D88810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88810

Black with #D88810

Text Example


Text Example

White with #D88810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88810; }

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

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

background-color css

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

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

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

border-color css

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

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

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