Html Css Color HEX #DAAC01 Gamboge

📋 copy color: '#DAAC01'

red 218 ◦ green 172 ◦ blue 1

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

Shades of Gamboge #DAAC01

Tints of Gamboge #DAAC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 55.75%
G = 43.99%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DAAC01 (or 0xDAAC01) is known color: Gamboge. HEX triplet: DA, AC and 01. RGB value is (218,172,1). Sum of RGB (Red+Green+Blue) = 218+172+1=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 1 (0.78% from 255 or 0.26% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC01 is #2553FE. Grayscale: #A6A6A6. Windows color (decimal): -2446335 or 109786. OLE color: 109786.

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

Color convert

RGB 218 172 1 -
CMYK 0 0.21 1.00 0.15
HSL 47.28º 0.99% 0.43% -
HSV(B) 47.28º 1% 0.85% -
XYZ 43.67 44.41 6.3 -
YUV 166.26 34.74 164.9 -
System Red Green Blue C M Y K H S L
Decimal 218 172 1 0 0.21 1.00 0.15 47.28 0.99 0.43
Hex DA AC 1 0 15 64 F 2F 63 2B
Octal 332 254 1 0 25 144 17 57 143 53
Binary 11011010 10101100 1 0 10101 1100100 1111 101111 1100011 101011

Color Harmonies of #DAAC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC01

Black with #DAAC01

Text Example


Text Example

White with #DAAC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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