Html Css Color HEX #D4AB09 Gamboge

📋 copy color: '#D4AB09'

red 212 ◦ green 171 ◦ blue 9

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

Shades of Gamboge #D4AB09

Tints of Gamboge #D4AB09

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.62%

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

R = 54.08%
G = 43.62%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D4AB09 (or 0xD4AB09) is known color: Gamboge. HEX triplet: D4, AB and 09. RGB value is (212,171,9). Sum of RGB (Red+Green+Blue) = 212+171+9=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4AB09 is #2B54F6. Grayscale: #A5A5A5. Windows color (decimal): -2839799 or 633812. OLE color: 633812.

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

Color convert

RGB 212 171 9 -
CMYK 0 0.19 0.96 0.17
HSL 47.88º 0.92% 0.43% -
HSV(B) 47.88º 0.96% 0.83% -
XYZ 41.76 43.14 6.38 -
YUV 164.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 212 171 9 0 0.19 0.96 0.17 47.88 0.92 0.43
Hex D4 AB 9 0 13 60 11 30 5C 2B
Octal 324 253 11 0 23 140 21 60 134 53
Binary 11010100 10101011 1001 0 10011 1100000 10001 110000 1011100 101011

Color Harmonies of #D4AB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB09

Black with #D4AB09

Text Example


Text Example

White with #D4AB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB09; }

 p { color: rgb(212,171,9); }

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

background-color css

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

 a { background-color: rgb(212,171,9); }

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

border-color css

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

 span { border-color: rgb(212,171,9); }

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