Html Css Color HEX #DA9916 Gamboge

📋 copy color: '#DA9916'

red 218 ◦ green 153 ◦ blue 22

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

Shades of Gamboge #DA9916

Tints of Gamboge #DA9916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 55.47%
G = 38.93%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9916 (or 0xDA9916) is known color: Gamboge. HEX triplet: DA, 99 and 16. RGB value is (218,153,22). Sum of RGB (Red+Green+Blue) = 218+153+22=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9916 is #2566E9. Grayscale: #9E9E9E. Windows color (decimal): -2451178 or 1481178. OLE color: 1481178.

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

Color convert

RGB 218 153 22 -
CMYK 0 0.30 0.90 0.15
HSL 40.1º 0.82% 0.47% -
HSV(B) 40.1º 0.9% 0.85% -
XYZ 40.45 37.75 5.91 -
YUV 157.5 51.53 171.15 -
System Red Green Blue C M Y K H S L
Decimal 218 153 22 0 0.30 0.90 0.15 40.1 0.82 0.47
Hex DA 99 16 0 1E 5A F 28 52 2F
Octal 332 231 26 0 36 132 17 50 122 57
Binary 11011010 10011001 10110 0 11110 1011010 1111 101000 1010010 101111

Color Harmonies of #DA9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9916

Black with #DA9916

Text Example


Text Example

White with #DA9916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9916; }

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

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

background-color css

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

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

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

border-color css

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

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

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