Html Css Color HEX #D9980B Gamboge

📋 copy color: '#D9980B'

red 217 ◦ green 152 ◦ blue 11

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

Shades of Gamboge #D9980B

Tints of Gamboge #D9980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40%

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

R = 57.11%
G = 40%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9980B (or 0xD9980B) is known color: Gamboge. HEX triplet: D9, 98 and 0B. RGB value is (217,152,11). Sum of RGB (Red+Green+Blue) = 217+152+11=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9980B is #2667F4. Grayscale: #9B9B9B. Windows color (decimal): -2516981 or 760025. OLE color: 760025.

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

Color convert

RGB 217 152 11 -
CMYK 0 0.30 0.95 0.15
HSL 41.07º 0.9% 0.45% -
HSV(B) 41.07º 0.95% 0.85% -
XYZ 39.9 37.23 5.4 -
YUV 155.36 46.53 171.96 -
System Red Green Blue C M Y K H S L
Decimal 217 152 11 0 0.30 0.95 0.15 41.07 0.9 0.45
Hex D9 98 B 0 1E 5F F 29 5A 2D
Octal 331 230 13 0 36 137 17 51 132 55
Binary 11011001 10011000 1011 0 11110 1011111 1111 101001 1011010 101101

Color Harmonies of #D9980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9980B

Black with #D9980B

Text Example


Text Example

White with #D9980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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