Html Css Color HEX #D99A05 Gamboge

📋 copy color: '#D99A05'

red 217 ◦ green 154 ◦ blue 5

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

Shades of Gamboge #D99A05

Tints of Gamboge #D99A05

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.96%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 57.71%
G = 40.96%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D99A05 (or 0xD99A05) is known color: Gamboge. HEX triplet: D9, 9A and 05. RGB value is (217,154,5). Sum of RGB (Red+Green+Blue) = 217+154+5=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 154 (60.55% from 255 or 40.96% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99A05 is #2665FA. Grayscale: #9C9C9C. Windows color (decimal): -2516475 or 367321. OLE color: 367321.

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

Color convert

RGB 217 154 5 -
CMYK 0 0.29 0.98 0.15
HSL 42.17º 0.95% 0.44% -
HSV(B) 42.17º 0.98% 0.85% -
XYZ 40.2 37.87 5.34 -
YUV 155.85 42.87 171.62 -
System Red Green Blue C M Y K H S L
Decimal 217 154 5 0 0.29 0.98 0.15 42.17 0.95 0.44
Hex D9 9A 5 0 1D 62 F 2A 5F 2C
Octal 331 232 5 0 35 142 17 52 137 54
Binary 11011001 10011010 101 0 11101 1100010 1111 101010 1011111 101100

Color Harmonies of #D99A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A05

Black with #D99A05

Text Example


Text Example

White with #D99A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A05; }

 p { color: rgb(217,154,5); }

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

background-color css

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

 a { background-color: rgb(217,154,5); }

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

border-color css

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

 span { border-color: rgb(217,154,5); }

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