Html Css Color HEX #DAAC04 Gamboge

📋 copy color: '#DAAC04'

red 218 ◦ green 172 ◦ blue 4

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

Shades of Gamboge #DAAC04

Tints of Gamboge #DAAC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 55.33%
G = 43.65%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAAC04 (or 0xDAAC04) is known color: Gamboge. HEX triplet: DA, AC and 04. RGB value is (218,172,4). Sum of RGB (Red+Green+Blue) = 218+172+4=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC04 is #2553FB. Grayscale: #A7A7A7. Windows color (decimal): -2446332 or 306394. OLE color: 306394.

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

Color convert

RGB 218 172 4 -
CMYK 0 0.21 0.98 0.15
HSL 47.1º 0.96% 0.44% -
HSV(B) 47.1º 0.98% 0.85% -
XYZ 43.69 44.42 6.39 -
YUV 166.6 36.24 164.66 -
System Red Green Blue C M Y K H S L
Decimal 218 172 4 0 0.21 0.98 0.15 47.1 0.96 0.44
Hex DA AC 4 0 15 62 F 2F 60 2C
Octal 332 254 4 0 25 142 17 57 140 54
Binary 11011010 10101100 100 0 10101 1100010 1111 101111 1100000 101100

Color Harmonies of #DAAC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC04

Black with #DAAC04

Text Example


Text Example

White with #DAAC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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