Html Css Color HEX #D4A408 Gamboge

📋 copy color: '#D4A408'

red 212 ◦ green 164 ◦ blue 8

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

Shades of Gamboge #D4A408

Tints of Gamboge #D4A408

RGB

 RED value IS 212 (83.2% from 255) = 55.21%

 GREEN value IS 164 (64.45% from 255) = 42.71%

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

R = 55.21%
G = 42.71%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D4A408 (or 0xD4A408) is known color: Gamboge. HEX triplet: D4, A4 and 08. RGB value is (212,164,8). Sum of RGB (Red+Green+Blue) = 212+164+8=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4A408 is #2B5BF7. Grayscale: #A1A1A1. Windows color (decimal): -2841592 or 566484. OLE color: 566484.

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

Color convert

RGB 212 164 8 -
CMYK 0 0.23 0.96 0.17
HSL 45.88º 0.93% 0.43% -
HSV(B) 45.88º 0.96% 0.83% -
XYZ 40.47 40.57 5.93 -
YUV 160.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 212 164 8 0 0.23 0.96 0.17 45.88 0.93 0.43
Hex D4 A4 8 0 17 60 11 2E 5D 2B
Octal 324 244 10 0 27 140 21 56 135 53
Binary 11010100 10100100 1000 0 10111 1100000 10001 101110 1011101 101011

Color Harmonies of #D4A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A408

Black with #D4A408

Text Example


Text Example

White with #D4A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A408; }

 p { color: rgb(212,164,8); }

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

background-color css

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

 a { background-color: rgb(212,164,8); }

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

border-color css

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

 span { border-color: rgb(212,164,8); }

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