Html Css Color HEX #DA9E16 Gamboge

📋 copy color: '#DA9E16'

red 218 ◦ green 158 ◦ blue 22

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

Shades of Gamboge #DA9E16

Tints of Gamboge #DA9E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 54.77%
G = 39.7%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9E16 (or 0xDA9E16) is known color: Gamboge. HEX triplet: DA, 9E and 16. RGB value is (218,158,22). Sum of RGB (Red+Green+Blue) = 218+158+22=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9E16 is #2561E9. Grayscale: #A1A1A1. Windows color (decimal): -2449898 or 1482458. OLE color: 1482458.

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

Color convert

RGB 218 158 22 -
CMYK 0 0.28 0.90 0.15
HSL 41.63º 0.82% 0.47% -
HSV(B) 41.63º 0.9% 0.85% -
XYZ 41.29 39.42 6.19 -
YUV 160.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 218 158 22 0 0.28 0.90 0.15 41.63 0.82 0.47
Hex DA 9E 16 0 1C 5A F 2A 52 2F
Octal 332 236 26 0 34 132 17 52 122 57
Binary 11011010 10011110 10110 0 11100 1011010 1111 101010 1010010 101111

Color Harmonies of #DA9E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9E16

Black with #DA9E16

Text Example


Text Example

White with #DA9E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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