Html Css Color HEX #DA9C13 Gamboge

📋 copy color: '#DA9C13'

red 218 ◦ green 156 ◦ blue 19

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

Shades of Gamboge #DA9C13

Tints of Gamboge #DA9C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 55.47%
G = 39.69%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9C13 (or 0xDA9C13) is known color: Gamboge. HEX triplet: DA, 9C and 13. RGB value is (218,156,19). Sum of RGB (Red+Green+Blue) = 218+156+19=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9C13 is #2563EC. Grayscale: #9F9F9F. Windows color (decimal): -2450413 or 1285338. OLE color: 1285338.

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

Color convert

RGB 218 156 19 -
CMYK 0 0.28 0.91 0.15
HSL 41.31º 0.84% 0.46% -
HSV(B) 41.31º 0.91% 0.85% -
XYZ 40.92 38.73 5.93 -
YUV 158.92 49.04 170.14 -
System Red Green Blue C M Y K H S L
Decimal 218 156 19 0 0.28 0.91 0.15 41.31 0.84 0.46
Hex DA 9C 13 0 1C 5B F 29 54 2E
Octal 332 234 23 0 34 133 17 51 124 56
Binary 11011010 10011100 10011 0 11100 1011011 1111 101001 1010100 101110

Color Harmonies of #DA9C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9C13

Black with #DA9C13

Text Example


Text Example

White with #DA9C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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