Html Css Color HEX #DA9815 Gamboge

📋 copy color: '#DA9815'

red 218 ◦ green 152 ◦ blue 21

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

Shades of Gamboge #DA9815

Tints of Gamboge #DA9815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 55.75%
G = 38.87%
B = 5.37%

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

#DA9815 (or 0xDA9815) is known color: Gamboge. HEX triplet: DA, 98 and 15. RGB value is (218,152,21). Sum of RGB (Red+Green+Blue) = 218+152+21=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9815 is #2567EA. Grayscale: #9D9D9D. Windows color (decimal): -2451435 or 1415386. OLE color: 1415386.

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

Color convert

RGB 218 152 21 -
CMYK 0 0.30 0.90 0.15
HSL 39.9º 0.82% 0.47% -
HSV(B) 39.9º 0.9% 0.85% -
XYZ 40.28 37.42 5.81 -
YUV 156.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 218 152 21 0 0.30 0.90 0.15 39.9 0.82 0.47
Hex DA 98 15 0 1E 5A F 28 52 2F
Octal 332 230 25 0 36 132 17 50 122 57
Binary 11011010 10011000 10101 0 11110 1011010 1111 101000 1010010 101111

Color Harmonies of #DA9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9815

Black with #DA9815

Text Example


Text Example

White with #DA9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9815; }

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

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

background-color css

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

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

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

border-color css

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

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

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