Html Css Color HEX #DAA30D Gamboge

📋 copy color: '#DAA30D'

red 218 ◦ green 163 ◦ blue 13

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

Shades of Gamboge #DAA30D

Tints of Gamboge #DAA30D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.37%

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

R = 55.33%
G = 41.37%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA30D (or 0xDAA30D) is known color: Gamboge. HEX triplet: DA, A3 and 0D. RGB value is (218,163,13). Sum of RGB (Red+Green+Blue) = 218+163+13=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA30D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA30D is #255CF2. Grayscale: #A3A3A3. Windows color (decimal): -2448627 or 893914. OLE color: 893914.

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

Color convert

RGB 218 163 13 -
CMYK 0 0.25 0.94 0.15
HSL 43.9º 0.89% 0.45% -
HSV(B) 43.9º 0.94% 0.85% -
XYZ 42.08 41.13 6.1 -
YUV 162.35 43.72 167.7 -
System Red Green Blue C M Y K H S L
Decimal 218 163 13 0 0.25 0.94 0.15 43.9 0.89 0.45
Hex DA A3 D 0 19 5E F 2C 59 2D
Octal 332 243 15 0 31 136 17 54 131 55
Binary 11011010 10100011 1101 0 11001 1011110 1111 101100 1011001 101101

Color Harmonies of #DAA30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA30D

Black with #DAA30D

Text Example


Text Example

White with #DAA30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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