Html Css Color HEX #DA9619 Gamboge

📋 copy color: '#DA9619'

red 218 ◦ green 150 ◦ blue 25

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

Shades of Gamboge #DA9619

Tints of Gamboge #DA9619

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 55.47%
G = 38.17%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA9619 (or 0xDA9619) is known color: Gamboge. HEX triplet: DA, 96 and 19. RGB value is (218,150,25). Sum of RGB (Red+Green+Blue) = 218+150+25=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9619 is #2569E6. Grayscale: #9C9C9C. Windows color (decimal): -2451943 or 1677018. OLE color: 1677018.

HSL color Cylindrical-coordinate representation of color #DA9619: hue angle of 38.86º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA9619 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 25 -
CMYK 0 0.31 0.89 0.15
HSL 38.86º 0.79% 0.48% -
HSV(B) 38.86º 0.89% 0.85% -
XYZ 40 36.79 5.91 -
YUV 156.08 54.03 172.16 -
System Red Green Blue C M Y K H S L
Decimal 218 150 25 0 0.31 0.89 0.15 38.86 0.79 0.48
Hex DA 96 19 0 1F 59 F 27 4F 30
Octal 332 226 31 0 37 131 17 47 117 60
Binary 11011010 10010110 11001 0 11111 1011001 1111 100111 1001111 110000

Color Harmonies of #DA9619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9619

Black with #DA9619

Text Example


Text Example

White with #DA9619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9619; }

 p { color: rgb(218,150,25); }

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

background-color css

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

 a { background-color: rgb(218,150,25); }

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

border-color css

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

 span { border-color: rgb(218,150,25); }

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