Html Css Color HEX #D99B06 Gamboge

📋 copy color: '#D99B06'

red 217 ◦ green 155 ◦ blue 6

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

Shades of Gamboge #D99B06

Tints of Gamboge #D99B06

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.01%

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

R = 57.41%
G = 41.01%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D99B06 (or 0xD99B06) is known color: Gamboge. HEX triplet: D9, 9B and 06. RGB value is (217,155,6). Sum of RGB (Red+Green+Blue) = 217+155+6=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 6 (2.73% from 255 or 1.59% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D99B06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99B06 is #2664F9. Grayscale: #9D9D9D. Windows color (decimal): -2516218 or 433113. OLE color: 433113.

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

Color convert

RGB 217 155 6 -
CMYK 0 0.29 0.97 0.15
HSL 42.37º 0.95% 0.44% -
HSV(B) 42.37º 0.97% 0.85% -
XYZ 40.37 38.21 5.42 -
YUV 156.55 43.04 171.12 -
System Red Green Blue C M Y K H S L
Decimal 217 155 6 0 0.29 0.97 0.15 42.37 0.95 0.44
Hex D9 9B 6 0 1D 61 F 2A 5F 2C
Octal 331 233 6 0 35 141 17 52 137 54
Binary 11011001 10011011 110 0 11101 1100001 1111 101010 1011111 101100

Color Harmonies of #D99B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99B06

Black with #D99B06

Text Example


Text Example

White with #D99B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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