Html Css Color HEX #DA9915 Gamboge

📋 copy color: '#DA9915'

red 218 ◦ green 153 ◦ blue 21

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

Shades of Gamboge #DA9915

Tints of Gamboge #DA9915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.03%

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 55.61%
G = 39.03%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9915 (or 0xDA9915) is known color: Gamboge. HEX triplet: DA, 99 and 15. RGB value is (218,153,21). Sum of RGB (Red+Green+Blue) = 218+153+21=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 153 (60.16% from 255 or 39.03% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9915 is #2566EA. Grayscale: #9D9D9D. Windows color (decimal): -2451179 or 1415642. OLE color: 1415642.

HSL color Cylindrical-coordinate representation of color #DA9915: hue angle of 40.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA9915 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 21 -
CMYK 0 0.30 0.90 0.15
HSL 40.2º 0.82% 0.47% -
HSV(B) 40.2º 0.9% 0.85% -
XYZ 40.44 37.74 5.86 -
YUV 157.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 218 153 21 0 0.30 0.90 0.15 40.2 0.82 0.47
Hex DA 99 15 0 1E 5A F 28 52 2F
Octal 332 231 25 0 36 132 17 50 122 57
Binary 11011010 10011001 10101 0 11110 1011010 1111 101000 1010010 101111

Color Harmonies of #DA9915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9915

Black with #DA9915

Text Example


Text Example

White with #DA9915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9915; }

 p { color: rgb(218,153,21); }

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

background-color css

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

 a { background-color: rgb(218,153,21); }

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

border-color css

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

 span { border-color: rgb(218,153,21); }

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