Html Css Color HEX #DA9A15 Gamboge

📋 copy color: '#DA9A15'

red 218 ◦ green 154 ◦ blue 21

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

Shades of Gamboge #DA9A15

Tints of Gamboge #DA9A15

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.19%

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

R = 55.47%
G = 39.19%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9A15 (or 0xDA9A15) is known color: Gamboge. HEX triplet: DA, 9A and 15. RGB value is (218,154,21). Sum of RGB (Red+Green+Blue) = 218+154+21=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9A15 is #2565EA. Grayscale: #9E9E9E. Windows color (decimal): -2450923 or 1415898. OLE color: 1415898.

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

Color convert

RGB 218 154 21 -
CMYK 0 0.29 0.90 0.15
HSL 40.51º 0.82% 0.47% -
HSV(B) 40.51º 0.9% 0.85% -
XYZ 40.6 38.07 5.92 -
YUV 157.97 50.7 170.81 -
System Red Green Blue C M Y K H S L
Decimal 218 154 21 0 0.29 0.90 0.15 40.51 0.82 0.47
Hex DA 9A 15 0 1D 5A F 29 52 2F
Octal 332 232 25 0 35 132 17 51 122 57
Binary 11011010 10011010 10101 0 11101 1011010 1111 101001 1010010 101111

Color Harmonies of #DA9A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9A15

Black with #DA9A15

Text Example


Text Example

White with #DA9A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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