Html Css Color HEX #DA9C16 Gamboge

📋 copy color: '#DA9C16'

red 218 ◦ green 156 ◦ blue 22

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

Shades of Gamboge #DA9C16

Tints of Gamboge #DA9C16

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.39%

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

R = 55.05%
G = 39.39%
B = 5.56%

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

#DA9C16 (or 0xDA9C16) is known color: Gamboge. HEX triplet: DA, 9C and 16. RGB value is (218,156,22). Sum of RGB (Red+Green+Blue) = 218+156+22=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C16 is #2563E9. Grayscale: #9F9F9F. Windows color (decimal): -2450410 or 1481946. OLE color: 1481946.

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

Color convert

RGB 218 156 22 -
CMYK 0 0.28 0.90 0.15
HSL 41.02º 0.82% 0.47% -
HSV(B) 41.02º 0.9% 0.85% -
XYZ 40.95 38.74 6.08 -
YUV 159.26 50.54 169.9 -
System Red Green Blue C M Y K H S L
Decimal 218 156 22 0 0.28 0.90 0.15 41.02 0.82 0.47
Hex DA 9C 16 0 1C 5A F 29 52 2F
Octal 332 234 26 0 34 132 17 51 122 57
Binary 11011010 10011100 10110 0 11100 1011010 1111 101001 1010010 101111

Color Harmonies of #DA9C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C16

Black with #DA9C16

Text Example


Text Example

White with #DA9C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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