Html Css Color HEX #D9910B Gamboge

📋 copy color: '#D9910B'

red 217 ◦ green 145 ◦ blue 11

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

Shades of Gamboge #D9910B

Tints of Gamboge #D9910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.87%

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

R = 58.18%
G = 38.87%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9910B (or 0xD9910B) is known color: Gamboge. HEX triplet: D9, 91 and 0B. RGB value is (217,145,11). Sum of RGB (Red+Green+Blue) = 217+145+11=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D9910B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9910B is #266EF4. Grayscale: #979797. Windows color (decimal): -2518773 or 758233. OLE color: 758233.

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

Color convert

RGB 217 145 11 -
CMYK 0 0.33 0.95 0.15
HSL 39.03º 0.9% 0.45% -
HSV(B) 39.03º 0.95% 0.85% -
XYZ 38.8 35.03 5.03 -
YUV 151.25 48.85 174.9 -
System Red Green Blue C M Y K H S L
Decimal 217 145 11 0 0.33 0.95 0.15 39.03 0.9 0.45
Hex D9 91 B 0 21 5F F 27 5A 2D
Octal 331 221 13 0 41 137 17 47 132 55
Binary 11011001 10010001 1011 0 100001 1011111 1111 100111 1011010 101101

Color Harmonies of #D9910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9910B

Black with #D9910B

Text Example


Text Example

White with #D9910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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