Html Css Color HEX #DAAA0D Gamboge

📋 copy color: '#DAAA0D'

red 218 ◦ green 170 ◦ blue 13

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

Shades of Gamboge #DAAA0D

Tints of Gamboge #DAAA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 42.39%

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

R = 54.36%
G = 42.39%
B = 3.24%

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

#DAAA0D (or 0xDAAA0D) is known color: Gamboge. HEX triplet: DA, AA and 0D. RGB value is (218,170,13). Sum of RGB (Red+Green+Blue) = 218+170+13=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAA0D is #2555F2. Grayscale: #A7A7A7. Windows color (decimal): -2446835 or 895706. OLE color: 895706.

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

Color convert

RGB 218 170 13 -
CMYK 0 0.22 0.94 0.15
HSL 45.95º 0.89% 0.45% -
HSV(B) 45.95º 0.94% 0.85% -
XYZ 43.36 43.68 6.53 -
YUV 166.45 41.4 164.77 -
System Red Green Blue C M Y K H S L
Decimal 218 170 13 0 0.22 0.94 0.15 45.95 0.89 0.45
Hex DA AA D 0 16 5E F 2E 59 2D
Octal 332 252 15 0 26 136 17 56 131 55
Binary 11011010 10101010 1101 0 10110 1011110 1111 101110 1011001 101101

Color Harmonies of #DAAA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA0D

Black with #DAAA0D

Text Example


Text Example

White with #DAAA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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