Html Css Color HEX #DAA70D Gamboge

📋 copy color: '#DAA70D'

red 218 ◦ green 167 ◦ blue 13

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

Shades of Gamboge #DAA70D

Tints of Gamboge #DAA70D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.96%

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

R = 54.77%
G = 41.96%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DAA70D (or 0xDAA70D) is known color: Gamboge. HEX triplet: DA, A7 and 0D. RGB value is (218,167,13). Sum of RGB (Red+Green+Blue) = 218+167+13=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA70D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA70D is #2558F2. Grayscale: #A5A5A5. Windows color (decimal): -2447603 or 894938. OLE color: 894938.

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

Color convert

RGB 218 167 13 -
CMYK 0 0.23 0.94 0.15
HSL 45.07º 0.89% 0.45% -
HSV(B) 45.07º 0.94% 0.85% -
XYZ 42.8 42.57 6.34 -
YUV 164.69 42.4 166.02 -
System Red Green Blue C M Y K H S L
Decimal 218 167 13 0 0.23 0.94 0.15 45.07 0.89 0.45
Hex DA A7 D 0 17 5E F 2D 59 2D
Octal 332 247 15 0 27 136 17 55 131 55
Binary 11011010 10100111 1101 0 10111 1011110 1111 101101 1011001 101101

Color Harmonies of #DAA70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA70D

Black with #DAA70D

Text Example


Text Example

White with #DAA70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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