Html Css Color HEX #DA9705 Gamboge

📋 copy color: '#DA9705'

red 218 ◦ green 151 ◦ blue 5

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

Shades of Gamboge #DA9705

Tints of Gamboge #DA9705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 58.29%
G = 40.37%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA9705 (or 0xDA9705) is known color: Gamboge. HEX triplet: DA, 97 and 05. RGB value is (218,151,5). Sum of RGB (Red+Green+Blue) = 218+151+5=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9705 is #2568FA. Grayscale: #9B9B9B. Windows color (decimal): -2451707 or 366554. OLE color: 366554.

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

Color convert

RGB 218 151 5 -
CMYK 0 0.31 0.98 0.15
HSL 41.13º 0.96% 0.44% -
HSV(B) 41.13º 0.98% 0.85% -
XYZ 40.01 37.05 5.19 -
YUV 154.39 43.7 173.37 -
System Red Green Blue C M Y K H S L
Decimal 218 151 5 0 0.31 0.98 0.15 41.13 0.96 0.44
Hex DA 97 5 0 1F 62 F 29 60 2C
Octal 332 227 5 0 37 142 17 51 140 54
Binary 11011010 10010111 101 0 11111 1100010 1111 101001 1100000 101100

Color Harmonies of #DA9705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9705

Black with #DA9705

Text Example


Text Example

White with #DA9705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9705; }

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

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

background-color css

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

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

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

border-color css

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

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

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