Html Css Color HEX #DAAA09 Gamboge

📋 copy color: '#DAAA09'

red 218 ◦ green 170 ◦ blue 9

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

Shades of Gamboge #DAAA09

Tints of Gamboge #DAAA09

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.82%

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

R = 54.91%
G = 42.82%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAAA09 (or 0xDAAA09) is known color: Gamboge. HEX triplet: DA, AA and 09. RGB value is (218,170,9). Sum of RGB (Red+Green+Blue) = 218+170+9=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 9 (3.91% from 255 or 2.27% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA09 is #2555F6. Grayscale: #A6A6A6. Windows color (decimal): -2446839 or 633562. OLE color: 633562.

HSL color Cylindrical-coordinate representation of color #DAAA09: hue angle of 46.22º 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 #DAAA09 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 170 9 -
CMYK 0 0.22 0.96 0.15
HSL 46.22º 0.92% 0.45% -
HSV(B) 46.22º 0.96% 0.85% -
XYZ 43.34 43.67 6.4 -
YUV 166 39.4 165.09 -
System Red Green Blue C M Y K H S L
Decimal 218 170 9 0 0.22 0.96 0.15 46.22 0.92 0.45
Hex DA AA 9 0 16 60 F 2E 5C 2D
Octal 332 252 11 0 26 140 17 56 134 55
Binary 11011010 10101010 1001 0 10110 1100000 1111 101110 1011100 101101

Color Harmonies of #DAAA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA09

Black with #DAAA09

Text Example


Text Example

White with #DAAA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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