Html Css Color HEX #D9880B Gamboge

📋 copy color: '#D9880B'

red 217 ◦ green 136 ◦ blue 11

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

Shades of Gamboge #D9880B

Tints of Gamboge #D9880B

RGB

 RED value IS 217 (85.16% from 255) = 59.62%

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

 BLUE value IS 11 (4.69% from 255) = 3.02%

R = 59.62%
G = 37.36%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9880B (or 0xD9880B) is known color: Gamboge. HEX triplet: D9, 88 and 0B. RGB value is (217,136,11). Sum of RGB (Red+Green+Blue) = 217+136+11=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 11 (4.69% from 255 or 3.02% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D9880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9880B is #2677F4. Grayscale: #929292. Windows color (decimal): -2521077 or 755929. OLE color: 755929.

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

Color convert

RGB 217 136 11 -
CMYK 0 0.37 0.95 0.15
HSL 36.41º 0.9% 0.45% -
HSV(B) 36.41º 0.95% 0.85% -
XYZ 37.48 32.38 4.59 -
YUV 145.97 51.84 178.66 -
System Red Green Blue C M Y K H S L
Decimal 217 136 11 0 0.37 0.95 0.15 36.41 0.9 0.45
Hex D9 88 B 0 25 5F F 24 5A 2D
Octal 331 210 13 0 45 137 17 44 132 55
Binary 11011001 10001000 1011 0 100101 1011111 1111 100100 1011010 101101

Color Harmonies of #D9880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9880B

Black with #D9880B

Text Example


Text Example

White with #D9880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9880B; }

 p { color: rgb(217,136,11); }

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

background-color css

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

 a { background-color: rgb(217,136,11); }

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

border-color css

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

 span { border-color: rgb(217,136,11); }

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