Html Css Color HEX #DAA80F Gamboge

📋 copy color: '#DAA80F'

red 218 ◦ green 168 ◦ blue 15

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

Shades of Gamboge #DAA80F

Tints of Gamboge #DAA80F

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 54.36%
G = 41.9%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAA80F (or 0xDAA80F) is known color: Gamboge. HEX triplet: DA, A8 and 0F. RGB value is (218,168,15). Sum of RGB (Red+Green+Blue) = 218+168+15=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA80F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA80F is #2557F0. Grayscale: #A6A6A6. Windows color (decimal): -2447345 or 1026266. OLE color: 1026266.

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

Color convert

RGB 218 168 15 -
CMYK 0 0.23 0.93 0.15
HSL 45.22º 0.87% 0.46% -
HSV(B) 45.22º 0.93% 0.85% -
XYZ 43 42.95 6.47 -
YUV 165.51 43.07 165.44 -
System Red Green Blue C M Y K H S L
Decimal 218 168 15 0 0.23 0.93 0.15 45.22 0.87 0.46
Hex DA A8 F 0 17 5D F 2D 57 2E
Octal 332 250 17 0 27 135 17 55 127 56
Binary 11011010 10101000 1111 0 10111 1011101 1111 101101 1010111 101110

Color Harmonies of #DAA80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA80F

Black with #DAA80F

Text Example


Text Example

White with #DAA80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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