Html Css Color HEX #DA9515 Gamboge

📋 copy color: '#DA9515'

red 218 ◦ green 149 ◦ blue 21

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

Shades of Gamboge #DA9515

Tints of Gamboge #DA9515

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

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

R = 56.19%
G = 38.4%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9515 (or 0xDA9515) is known color: Gamboge. HEX triplet: DA, 95 and 15. RGB value is (218,149,21). Sum of RGB (Red+Green+Blue) = 218+149+21=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9515 is #256AEA. Grayscale: #9B9B9B. Windows color (decimal): -2452203 or 1414618. OLE color: 1414618.

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

Color convert

RGB 218 149 21 -
CMYK 0 0.32 0.90 0.15
HSL 38.98º 0.82% 0.47% -
HSV(B) 38.98º 0.9% 0.85% -
XYZ 39.8 36.45 5.65 -
YUV 155.04 52.36 172.91 -
System Red Green Blue C M Y K H S L
Decimal 218 149 21 0 0.32 0.90 0.15 38.98 0.82 0.47
Hex DA 95 15 0 20 5A F 27 52 2F
Octal 332 225 25 0 40 132 17 47 122 57
Binary 11011010 10010101 10101 0 100000 1011010 1111 100111 1010010 101111

Color Harmonies of #DA9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9515

Black with #DA9515

Text Example


Text Example

White with #DA9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9515; }

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

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

background-color css

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

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

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

border-color css

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

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

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