Html Css Color HEX #DAA50D Gamboge

📋 copy color: '#DAA50D'

red 218 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #DAA50D

Tints of Gamboge #DAA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 13 (5.47% from 255) = 3.28%

R = 55.05%
G = 41.67%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA50D (or 0xDAA50D) is known color: Gamboge. HEX triplet: DA, A5 and 0D. RGB value is (218,165,13). Sum of RGB (Red+Green+Blue) = 218+165+13=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA50D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA50D is #255AF2. Grayscale: #A4A4A4. Windows color (decimal): -2448115 or 894426. OLE color: 894426.

HSL color Cylindrical-coordinate representation of color #DAA50D: hue angle of 44.49º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DAA50D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 165 13 -
CMYK 0 0.24 0.94 0.15
HSL 44.49º 0.89% 0.45% -
HSV(B) 44.49º 0.94% 0.85% -
XYZ 42.44 41.84 6.22 -
YUV 163.52 43.06 166.86 -
System Red Green Blue C M Y K H S L
Decimal 218 165 13 0 0.24 0.94 0.15 44.49 0.89 0.45
Hex DA A5 D 0 18 5E F 2C 59 2D
Octal 332 245 15 0 30 136 17 54 131 55
Binary 11011010 10100101 1101 0 11000 1011110 1111 101100 1011001 101101

Color Harmonies of #DAA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA50D

Black with #DAA50D

Text Example


Text Example

White with #DAA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA50D; }

 p { color: rgb(218,165,13); }

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

background-color css

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

 a { background-color: rgb(218,165,13); }

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

border-color css

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

 span { border-color: rgb(218,165,13); }

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