Html Css Color HEX #D8AD09 Gamboge

📋 copy color: '#D8AD09'

red 216 ◦ green 173 ◦ blue 9

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

Shades of Gamboge #D8AD09

Tints of Gamboge #D8AD09

RGB

 RED value IS 216 (84.77% from 255) = 54.27%

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

 BLUE value IS 9 (3.91% from 255) = 2.26%

R = 54.27%
G = 43.47%
B = 2.26%

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

#D8AD09 (or 0xD8AD09) is known color: Gamboge. HEX triplet: D8, AD and 09. RGB value is (216,173,9). Sum of RGB (Red+Green+Blue) = 216+173+9=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8AD09 is #2752F6. Grayscale: #A7A7A7. Windows color (decimal): -2577143 or 634328. OLE color: 634328.

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

Color convert

RGB 216 173 9 -
CMYK 0 0.20 0.96 0.15
HSL 47.54º 0.92% 0.44% -
HSV(B) 47.54º 0.96% 0.85% -
XYZ 43.31 44.51 6.57 -
YUV 167.16 38.75 162.84 -
System Red Green Blue C M Y K H S L
Decimal 216 173 9 0 0.20 0.96 0.15 47.54 0.92 0.44
Hex D8 AD 9 0 14 60 F 30 5C 2C
Octal 330 255 11 0 24 140 17 60 134 54
Binary 11011000 10101101 1001 0 10100 1100000 1111 110000 1011100 101100

Color Harmonies of #D8AD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD09

Black with #D8AD09

Text Example


Text Example

White with #D8AD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD09; }

 p { color: rgb(216,173,9); }

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

background-color css

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

 a { background-color: rgb(216,173,9); }

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

border-color css

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

 span { border-color: rgb(216,173,9); }

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