Html Css Color HEX #DAAC00 Gamboge

📋 copy color: '#DAAC00'

red 218 ◦ green 172 ◦ blue 0

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

Shades of Gamboge #DAAC00

Tints of Gamboge #DAAC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.9%
G = 44.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DAAC00 (or 0xDAAC00) is known color: Gamboge. HEX triplet: DA, AC and 00. RGB value is (218,172,0). Sum of RGB (Red+Green+Blue) = 218+172+0=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC00 is #2553FF. Grayscale: #A6A6A6. Windows color (decimal): -2446336 or 44250. OLE color: 44250.

HSL color Cylindrical-coordinate representation of color #DAAC00: hue angle of 47.34º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DAAC00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 0 -
CMYK 0 0.21 1 0.15
HSL 47.34º 1% 0.43% -
HSV(B) 47.34º 1% 0.85% -
XYZ 43.67 44.41 6.27 -
YUV 166.15 34.24 164.99 -
System Red Green Blue C M Y K H S L
Decimal 218 172 0 0 0.21 1 0.15 47.34 1 0.43
Hex DA AC 0 0 15 64 F 2F 64 2B
Octal 332 254 0 0 25 144 17 57 144 53
Binary 11011010 10101100 0 0 10101 1100100 1111 101111 1100100 101011

Color Harmonies of #DAAC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC00

Black with #DAAC00

Text Example


Text Example

White with #DAAC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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