Html Css Color HEX #DAA003 Gamboge

📋 copy color: '#DAA003'

red 218 ◦ green 160 ◦ blue 3

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

Shades of Gamboge #DAA003

Tints of Gamboge #DAA003

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 3 (1.56% from 255) = 0.79%

R = 57.22%
G = 41.99%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DAA003 (or 0xDAA003) is known color: Gamboge. HEX triplet: DA, A0 and 03. RGB value is (218,160,3). Sum of RGB (Red+Green+Blue) = 218+160+3=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA003 is #255FFC. Grayscale: #A0A0A0. Windows color (decimal): -2449405 or 237786. OLE color: 237786.

HSL color Cylindrical-coordinate representation of color #DAA003: hue angle of 43.81º degrees, saturation: 0.97, 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 #DAA003 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 3 -
CMYK 0 0.27 0.99 0.15
HSL 43.81º 0.97% 0.43% -
HSV(B) 43.81º 0.99% 0.85% -
XYZ 41.5 40.05 5.63 -
YUV 159.44 39.72 169.77 -
System Red Green Blue C M Y K H S L
Decimal 218 160 3 0 0.27 0.99 0.15 43.81 0.97 0.43
Hex DA A0 3 0 1B 63 F 2C 61 2B
Octal 332 240 3 0 33 143 17 54 141 53
Binary 11011010 10100000 11 0 11011 1100011 1111 101100 1100001 101011

Color Harmonies of #DAA003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA003

Black with #DAA003

Text Example


Text Example

White with #DAA003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA003; }

 p { color: rgb(218,160,3); }

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

background-color css

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

 a { background-color: rgb(218,160,3); }

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

border-color css

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

 span { border-color: rgb(218,160,3); }

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