Html Css Color HEX #DAA30F Gamboge

📋 copy color: '#DAA30F'

red 218 ◦ green 163 ◦ blue 15

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

Shades of Gamboge #DAA30F

Tints of Gamboge #DAA30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 55.05%
G = 41.16%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAA30F (or 0xDAA30F) is known color: Gamboge. HEX triplet: DA, A3 and 0F. RGB value is (218,163,15). Sum of RGB (Red+Green+Blue) = 218+163+15=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA30F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA30F is #255CF0. Grayscale: #A3A3A3. Windows color (decimal): -2448625 or 1024986. OLE color: 1024986.

HSL color Cylindrical-coordinate representation of color #DAA30F: hue angle of 43.74º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DAA30F is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 15 -
CMYK 0 0.25 0.93 0.15
HSL 43.74º 0.87% 0.46% -
HSV(B) 43.74º 0.93% 0.85% -
XYZ 42.1 41.13 6.17 -
YUV 162.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 218 163 15 0 0.25 0.93 0.15 43.74 0.87 0.46
Hex DA A3 F 0 19 5D F 2C 57 2E
Octal 332 243 17 0 31 135 17 54 127 56
Binary 11011010 10100011 1111 0 11001 1011101 1111 101100 1010111 101110

Color Harmonies of #DAA30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA30F

Black with #DAA30F

Text Example


Text Example

White with #DAA30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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