Html Css Color HEX #DAA20F Gamboge

📋 copy color: '#DAA20F'

red 218 ◦ green 162 ◦ blue 15

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

Shades of Gamboge #DAA20F

Tints of Gamboge #DAA20F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 15 (6.25% from 255) = 3.8%

R = 55.19%
G = 41.01%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAA20F (or 0xDAA20F) is known color: Gamboge. HEX triplet: DA, A2 and 0F. RGB value is (218,162,15). Sum of RGB (Red+Green+Blue) = 218+162+15=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA20F is #255DF0. Grayscale: #A2A2A2. Windows color (decimal): -2448881 or 1024730. OLE color: 1024730.

HSL color Cylindrical-coordinate representation of color #DAA20F: hue angle of 43.45º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAA20F is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 162 15 -
CMYK 0 0.26 0.93 0.15
HSL 43.45º 0.87% 0.46% -
HSV(B) 43.45º 0.93% 0.85% -
XYZ 41.92 40.78 6.11 -
YUV 161.99 45.05 167.95 -
System Red Green Blue C M Y K H S L
Decimal 218 162 15 0 0.26 0.93 0.15 43.45 0.87 0.46
Hex DA A2 F 0 1A 5D F 2B 57 2E
Octal 332 242 17 0 32 135 17 53 127 56
Binary 11011010 10100010 1111 0 11010 1011101 1111 101011 1010111 101110

Color Harmonies of #DAA20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA20F

Black with #DAA20F

Text Example


Text Example

White with #DAA20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA20F; }

 p { color: rgb(218,162,15); }

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

background-color css

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

 a { background-color: rgb(218,162,15); }

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

border-color css

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

 span { border-color: rgb(218,162,15); }

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