Html Css Color HEX #DAAC02 Gamboge

📋 copy color: '#DAAC02'

red 218 ◦ green 172 ◦ blue 2

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

Shades of Gamboge #DAAC02

Tints of Gamboge #DAAC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 55.61%
G = 43.88%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAAC02 (or 0xDAAC02) is known color: Gamboge. HEX triplet: DA, AC and 02. RGB value is (218,172,2). Sum of RGB (Red+Green+Blue) = 218+172+2=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 2 (1.17% from 255 or 0.51% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAC02 is #2553FD. Grayscale: #A7A7A7. Windows color (decimal): -2446334 or 175322. OLE color: 175322.

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

Color convert

RGB 218 172 2 -
CMYK 0 0.21 0.99 0.15
HSL 47.22º 0.98% 0.43% -
HSV(B) 47.22º 0.99% 0.85% -
XYZ 43.68 44.41 6.33 -
YUV 166.37 35.24 164.82 -
System Red Green Blue C M Y K H S L
Decimal 218 172 2 0 0.21 0.99 0.15 47.22 0.98 0.43
Hex DA AC 2 0 15 63 F 2F 62 2B
Octal 332 254 2 0 25 143 17 57 142 53
Binary 11011010 10101100 10 0 10101 1100011 1111 101111 1100010 101011

Color Harmonies of #DAAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC02

Black with #DAAC02

Text Example


Text Example

White with #DAAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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