Html Css Color HEX #DA9F16 Gamboge

📋 copy color: '#DA9F16'

red 218 ◦ green 159 ◦ blue 22

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

Shades of Gamboge #DA9F16

Tints of Gamboge #DA9F16

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.85%

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

R = 54.64%
G = 39.85%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9F16 (or 0xDA9F16) is known color: Gamboge. HEX triplet: DA, 9F and 16. RGB value is (218,159,22). Sum of RGB (Red+Green+Blue) = 218+159+22=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9F16 is #2560E9. Grayscale: #A1A1A1. Windows color (decimal): -2449642 or 1482714. OLE color: 1482714.

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

Color convert

RGB 218 159 22 -
CMYK 0 0.27 0.90 0.15
HSL 41.94º 0.82% 0.47% -
HSV(B) 41.94º 0.9% 0.85% -
XYZ 41.46 39.76 6.25 -
YUV 161.02 49.55 168.64 -
System Red Green Blue C M Y K H S L
Decimal 218 159 22 0 0.27 0.90 0.15 41.94 0.82 0.47
Hex DA 9F 16 0 1B 5A F 2A 52 2F
Octal 332 237 26 0 33 132 17 52 122 57
Binary 11011010 10011111 10110 0 11011 1011010 1111 101010 1010010 101111

Color Harmonies of #DA9F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9F16

Black with #DA9F16

Text Example


Text Example

White with #DA9F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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