Html Css Color HEX #DAA709 Gamboge

📋 copy color: '#DAA709'

red 218 ◦ green 167 ◦ blue 9

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

Shades of Gamboge #DAA709

Tints of Gamboge #DAA709

RGB

 RED value IS 218 (85.55% from 255) = 55.33%

 GREEN value IS 167 (65.63% from 255) = 42.39%

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

R = 55.33%
G = 42.39%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAA709 (or 0xDAA709) is known color: Gamboge. HEX triplet: DA, A7 and 09. RGB value is (218,167,9). Sum of RGB (Red+Green+Blue) = 218+167+9=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA709 is #2558F6. Grayscale: #A4A4A4. Windows color (decimal): -2447607 or 632794. OLE color: 632794.

HSL color Cylindrical-coordinate representation of color #DAA709: hue angle of 45.36º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DAA709 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 9 -
CMYK 0 0.23 0.96 0.15
HSL 45.36º 0.92% 0.45% -
HSV(B) 45.36º 0.96% 0.85% -
XYZ 42.78 42.56 6.22 -
YUV 164.24 40.4 166.35 -
System Red Green Blue C M Y K H S L
Decimal 218 167 9 0 0.23 0.96 0.15 45.36 0.92 0.45
Hex DA A7 9 0 17 60 F 2D 5C 2D
Octal 332 247 11 0 27 140 17 55 134 55
Binary 11011010 10100111 1001 0 10111 1100000 1111 101101 1011100 101101

Color Harmonies of #DAA709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA709

Black with #DAA709

Text Example


Text Example

White with #DAA709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA709; }

 p { color: rgb(218,167,9); }

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

background-color css

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

 a { background-color: rgb(218,167,9); }

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

border-color css

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

 span { border-color: rgb(218,167,9); }

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