Html Css Color HEX #DA9713 Gamboge

📋 copy color: '#DA9713'

red 218 ◦ green 151 ◦ blue 19

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

Shades of Gamboge #DA9713

Tints of Gamboge #DA9713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

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

R = 56.19%
G = 38.92%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA9713 (or 0xDA9713) is known color: Gamboge. HEX triplet: DA, 97 and 13. RGB value is (218,151,19). Sum of RGB (Red+Green+Blue) = 218+151+19=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9713 is #2568EC. Grayscale: #9C9C9C. Windows color (decimal): -2451693 or 1284058. OLE color: 1284058.

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

Color convert

RGB 218 151 19 -
CMYK 0 0.31 0.91 0.15
HSL 39.8º 0.84% 0.46% -
HSV(B) 39.8º 0.91% 0.85% -
XYZ 40.1 37.09 5.66 -
YUV 155.99 50.7 172.23 -
System Red Green Blue C M Y K H S L
Decimal 218 151 19 0 0.31 0.91 0.15 39.8 0.84 0.46
Hex DA 97 13 0 1F 5B F 28 54 2E
Octal 332 227 23 0 37 133 17 50 124 56
Binary 11011010 10010111 10011 0 11111 1011011 1111 101000 1010100 101110

Color Harmonies of #DA9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9713

Black with #DA9713

Text Example


Text Example

White with #DA9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9713; }

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

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

background-color css

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

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

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

border-color css

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

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

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