Html Css Color HEX #DAAC09 Gamboge

📋 copy color: '#DAAC09'

red 218 ◦ green 172 ◦ blue 9

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

Shades of Gamboge #DAAC09

Tints of Gamboge #DAAC09

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 54.64%
G = 43.11%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAAC09 (or 0xDAAC09) is known color: Gamboge. HEX triplet: DA, AC and 09. RGB value is (218,172,9). Sum of RGB (Red+Green+Blue) = 218+172+9=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC09 is #2553F6. Grayscale: #A7A7A7. Windows color (decimal): -2446327 or 634074. OLE color: 634074.

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

Color convert

RGB 218 172 9 -
CMYK 0 0.21 0.96 0.15
HSL 46.79º 0.92% 0.45% -
HSV(B) 46.79º 0.96% 0.85% -
XYZ 43.72 44.43 6.53 -
YUV 167.17 38.74 164.25 -
System Red Green Blue C M Y K H S L
Decimal 218 172 9 0 0.21 0.96 0.15 46.79 0.92 0.45
Hex DA AC 9 0 15 60 F 2F 5C 2D
Octal 332 254 11 0 25 140 17 57 134 55
Binary 11011010 10101100 1001 0 10101 1100000 1111 101111 1011100 101101

Color Harmonies of #DAAC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC09

Black with #DAAC09

Text Example


Text Example

White with #DAAC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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