Html Css Color HEX #D9AD08 Gamboge

📋 copy color: '#D9AD08'

red 217 ◦ green 173 ◦ blue 8

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

Shades of Gamboge #D9AD08

Tints of Gamboge #D9AD08

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

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

R = 54.52%
G = 43.47%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D9AD08 (or 0xD9AD08) is known color: Gamboge. HEX triplet: D9, AD and 08. RGB value is (217,173,8). Sum of RGB (Red+Green+Blue) = 217+173+8=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9AD08 is #2652F7. Grayscale: #A8A8A8. Windows color (decimal): -2511608 or 568793. OLE color: 568793.

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

Color convert

RGB 217 173 8 -
CMYK 0 0.20 0.96 0.15
HSL 47.37º 0.93% 0.44% -
HSV(B) 47.37º 0.96% 0.85% -
XYZ 43.6 44.66 6.55 -
YUV 167.35 38.08 163.42 -
System Red Green Blue C M Y K H S L
Decimal 217 173 8 0 0.20 0.96 0.15 47.37 0.93 0.44
Hex D9 AD 8 0 14 60 F 2F 5D 2C
Octal 331 255 10 0 24 140 17 57 135 54
Binary 11011001 10101101 1000 0 10100 1100000 1111 101111 1011101 101100

Color Harmonies of #D9AD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD08

Black with #D9AD08

Text Example


Text Example

White with #D9AD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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