Html Css Color HEX #DA9615 Gamboge

📋 copy color: '#DA9615'

red 218 ◦ green 150 ◦ blue 21

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

Shades of Gamboge #DA9615

Tints of Gamboge #DA9615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 56.04%
G = 38.56%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA9615 (or 0xDA9615) is known color: Gamboge. HEX triplet: DA, 96 and 15. RGB value is (218,150,21). Sum of RGB (Red+Green+Blue) = 218+150+21=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9615 is #2569EA. Grayscale: #9C9C9C. Windows color (decimal): -2451947 or 1414874. OLE color: 1414874.

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

Color convert

RGB 218 150 21 -
CMYK 0 0.31 0.90 0.15
HSL 39.29º 0.82% 0.47% -
HSV(B) 39.29º 0.9% 0.85% -
XYZ 39.96 36.77 5.7 -
YUV 155.63 52.03 172.49 -
System Red Green Blue C M Y K H S L
Decimal 218 150 21 0 0.31 0.90 0.15 39.29 0.82 0.47
Hex DA 96 15 0 1F 5A F 27 52 2F
Octal 332 226 25 0 37 132 17 47 122 57
Binary 11011010 10010110 10101 0 11111 1011010 1111 100111 1010010 101111

Color Harmonies of #DA9615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9615

Black with #DA9615

Text Example


Text Example

White with #DA9615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9615; }

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

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

background-color css

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

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

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

border-color css

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

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

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