Html Css Color HEX #DA9E17 Gamboge

📋 copy color: '#DA9E17'

red 218 ◦ green 158 ◦ blue 23

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

Shades of Gamboge #DA9E17

Tints of Gamboge #DA9E17

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.6%

 BLUE value IS 23 (9.38% from 255) = 5.76%

R = 54.64%
G = 39.6%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9E17 (or 0xDA9E17) is known color: Gamboge. HEX triplet: DA, 9E and 17. RGB value is (218,158,23). Sum of RGB (Red+Green+Blue) = 218+158+23=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9E17 is #2561E8. Grayscale: #A1A1A1. Windows color (decimal): -2449897 or 1547994. OLE color: 1547994.

HSL color Cylindrical-coordinate representation of color #DA9E17: hue angle of 41.54º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA9E17 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 158 23 -
CMYK 0 0.28 0.89 0.15
HSL 41.54º 0.81% 0.47% -
HSV(B) 41.54º 0.89% 0.85% -
XYZ 41.29 39.42 6.24 -
YUV 160.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 218 158 23 0 0.28 0.89 0.15 41.54 0.81 0.47
Hex DA 9E 17 0 1C 59 F 2A 51 2F
Octal 332 236 27 0 34 131 17 52 121 57
Binary 11011010 10011110 10111 0 11100 1011001 1111 101010 1010001 101111

Color Harmonies of #DA9E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E17

Black with #DA9E17

Text Example


Text Example

White with #DA9E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E17; }

 p { color: rgb(218,158,23); }

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

background-color css

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

 a { background-color: rgb(218,158,23); }

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

border-color css

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

 span { border-color: rgb(218,158,23); }

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