Html Css Color HEX #D9A208 Gamboge

📋 copy color: '#D9A208'

red 217 ◦ green 162 ◦ blue 8

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

Shades of Gamboge #D9A208

Tints of Gamboge #D9A208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 56.07%
G = 41.86%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9A208 (or 0xD9A208) is known color: Gamboge. HEX triplet: D9, A2 and 08. RGB value is (217,162,8). Sum of RGB (Red+Green+Blue) = 217+162+8=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A208 is #265DF7. Grayscale: #A1A1A1. Windows color (decimal): -2514424 or 565977. OLE color: 565977.

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

Color convert

RGB 217 162 8 -
CMYK 0 0.25 0.96 0.15
HSL 44.21º 0.93% 0.44% -
HSV(B) 44.21º 0.96% 0.85% -
XYZ 41.58 40.61 5.88 -
YUV 160.89 41.72 168.02 -
System Red Green Blue C M Y K H S L
Decimal 217 162 8 0 0.25 0.96 0.15 44.21 0.93 0.44
Hex D9 A2 8 0 19 60 F 2C 5D 2C
Octal 331 242 10 0 31 140 17 54 135 54
Binary 11011001 10100010 1000 0 11001 1100000 1111 101100 1011101 101100

Color Harmonies of #D9A208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A208

Black with #D9A208

Text Example


Text Example

White with #D9A208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A208; }

 p { color: rgb(217,162,8); }

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

background-color css

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

 a { background-color: rgb(217,162,8); }

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

border-color css

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

 span { border-color: rgb(217,162,8); }

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