Html Css Color HEX #D99406 Gamboge

📋 copy color: '#D99406'

red 217 ◦ green 148 ◦ blue 6

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

Shades of Gamboge #D99406

Tints of Gamboge #D99406

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.89%

 BLUE value IS 6 (2.73% from 255) = 1.62%

R = 58.49%
G = 39.89%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D99406 (or 0xD99406) is known color: Gamboge. HEX triplet: D9, 94 and 06. RGB value is (217,148,6). Sum of RGB (Red+Green+Blue) = 217+148+6=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 148 (58.20% from 255 or 39.89% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D99406 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99406 is #266BF9. Grayscale: #999999. Windows color (decimal): -2518010 or 431321. OLE color: 431321.

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

Color convert

RGB 217 148 6 -
CMYK 0 0.32 0.97 0.15
HSL 40.38º 0.95% 0.44% -
HSV(B) 40.38º 0.97% 0.85% -
XYZ 39.24 35.94 5.04 -
YUV 152.44 45.36 174.05 -
System Red Green Blue C M Y K H S L
Decimal 217 148 6 0 0.32 0.97 0.15 40.38 0.95 0.44
Hex D9 94 6 0 20 61 F 28 5F 2C
Octal 331 224 6 0 40 141 17 50 137 54
Binary 11011001 10010100 110 0 100000 1100001 1111 101000 1011111 101100

Color Harmonies of #D99406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99406

Black with #D99406

Text Example


Text Example

White with #D99406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99406; }

 p { color: rgb(217,148,6); }

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

background-color css

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

 a { background-color: rgb(217,148,6); }

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

border-color css

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

 span { border-color: rgb(217,148,6); }

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