Html Css Color HEX #DAA90D Gamboge

📋 copy color: '#DAA90D'

red 218 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #DAA90D

Tints of Gamboge #DAA90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.25%

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

R = 54.5%
G = 42.25%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA90D (or 0xDAA90D) is known color: Gamboge. HEX triplet: DA, A9 and 0D. RGB value is (218,169,13). Sum of RGB (Red+Green+Blue) = 218+169+13=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 169 (66.41% from 255 or 42.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA90D is #2556F2. Grayscale: #A6A6A6. Windows color (decimal): -2447091 or 895450. OLE color: 895450.

HSL color Cylindrical-coordinate representation of color #DAA90D: hue angle of 45.66º 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 #DAA90D is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 169 13 -
CMYK 0 0.22 0.94 0.15
HSL 45.66º 0.89% 0.45% -
HSV(B) 45.66º 0.94% 0.85% -
XYZ 43.17 43.31 6.46 -
YUV 165.87 41.73 165.18 -
System Red Green Blue C M Y K H S L
Decimal 218 169 13 0 0.22 0.94 0.15 45.66 0.89 0.45
Hex DA A9 D 0 16 5E F 2E 59 2D
Octal 332 251 15 0 26 136 17 56 131 55
Binary 11011010 10101001 1101 0 10110 1011110 1111 101110 1011001 101101

Color Harmonies of #DAA90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA90D

Black with #DAA90D

Text Example


Text Example

White with #DAA90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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