Html Css Color HEX #D8A805 Gamboge

📋 copy color: '#D8A805'

red 216 ◦ green 168 ◦ blue 5

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

Shades of Gamboge #D8A805

Tints of Gamboge #D8A805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

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

R = 55.53%
G = 43.19%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D8A805 (or 0xD8A805) is known color: Gamboge. HEX triplet: D8, A8 and 05. RGB value is (216,168,5). Sum of RGB (Red+Green+Blue) = 216+168+5=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 5 (2.34% from 255 or 1.29% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A805 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A805 is #2757FA. Grayscale: #A4A4A4. Windows color (decimal): -2578427 or 370904. OLE color: 370904.

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

Color convert

RGB 216 168 5 -
CMYK 0 0.22 0.98 0.15
HSL 46.35º 0.95% 0.43% -
HSV(B) 46.35º 0.98% 0.85% -
XYZ 42.35 42.62 6.14 -
YUV 163.77 38.4 165.25 -
System Red Green Blue C M Y K H S L
Decimal 216 168 5 0 0.22 0.98 0.15 46.35 0.95 0.43
Hex D8 A8 5 0 16 62 F 2E 5F 2B
Octal 330 250 5 0 26 142 17 56 137 53
Binary 11011000 10101000 101 0 10110 1100010 1111 101110 1011111 101011

Color Harmonies of #D8A805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A805

Black with #D8A805

Text Example


Text Example

White with #D8A805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A805; }

 p { color: rgb(216,168,5); }

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

background-color css

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

 a { background-color: rgb(216,168,5); }

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

border-color css

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

 span { border-color: rgb(216,168,5); }

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