Html Css Color HEX #DAA30E Gamboge

📋 copy color: '#DAA30E'

red 218 ◦ green 163 ◦ blue 14

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

Shades of Gamboge #DAA30E

Tints of Gamboge #DAA30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 55.19%
G = 41.27%
B = 3.54%

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

#DAA30E (or 0xDAA30E) is known color: Gamboge. HEX triplet: DA, A3 and 0E. RGB value is (218,163,14). Sum of RGB (Red+Green+Blue) = 218+163+14=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA30E is #255CF1. Grayscale: #A3A3A3. Windows color (decimal): -2448626 or 959450. OLE color: 959450.

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

Color convert

RGB 218 163 14 -
CMYK 0 0.25 0.94 0.15
HSL 43.82º 0.88% 0.45% -
HSV(B) 43.82º 0.94% 0.85% -
XYZ 42.09 41.13 6.14 -
YUV 162.46 44.22 167.62 -
System Red Green Blue C M Y K H S L
Decimal 218 163 14 0 0.25 0.94 0.15 43.82 0.88 0.45
Hex DA A3 E 0 19 5E F 2C 58 2D
Octal 332 243 16 0 31 136 17 54 130 55
Binary 11011010 10100011 1110 0 11001 1011110 1111 101100 1011000 101101

Color Harmonies of #DAA30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA30E

Black with #DAA30E

Text Example


Text Example

White with #DAA30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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