Html Css Color HEX #D5A908 Gamboge

📋 copy color: '#D5A908'

red 213 ◦ green 169 ◦ blue 8

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

Shades of Gamboge #D5A908

Tints of Gamboge #D5A908

RGB

 RED value IS 213 (83.59% from 255) = 54.62%

 GREEN value IS 169 (66.41% from 255) = 43.33%

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

R = 54.62%
G = 43.33%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5A908 (or 0xD5A908) is known color: Gamboge. HEX triplet: D5, A9 and 08. RGB value is (213,169,8). Sum of RGB (Red+Green+Blue) = 213+169+8=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 8 (3.52% from 255 or 2.05% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5A908 is #2A56F7. Grayscale: #A4A4A4. Windows color (decimal): -2774776 or 567765. OLE color: 567765.

HSL color Cylindrical-coordinate representation of color #D5A908: hue angle of 47.12º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5A908 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 169 8 -
CMYK 0 0.21 0.96 0.16
HSL 47.12º 0.93% 0.43% -
HSV(B) 47.12º 0.96% 0.84% -
XYZ 41.67 42.54 6.24 -
YUV 163.8 40.08 163.09 -
System Red Green Blue C M Y K H S L
Decimal 213 169 8 0 0.21 0.96 0.16 47.12 0.93 0.43
Hex D5 A9 8 0 15 60 10 2F 5D 2B
Octal 325 251 10 0 25 140 20 57 135 53
Binary 11010101 10101001 1000 0 10101 1100000 10000 101111 1011101 101011

Color Harmonies of #D5A908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A908

Black with #D5A908

Text Example


Text Example

White with #D5A908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A908; }

 p { color: rgb(213,169,8); }

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

background-color css

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

 a { background-color: rgb(213,169,8); }

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

border-color css

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

 span { border-color: rgb(213,169,8); }

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