Html Css Color HEX #DA9905 Gamboge

📋 copy color: '#DA9905'

red 218 ◦ green 153 ◦ blue 5

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

Shades of Gamboge #DA9905

Tints of Gamboge #DA9905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.69%

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

R = 57.98%
G = 40.69%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DA9905 (or 0xDA9905) is known color: Gamboge. HEX triplet: DA, 99 and 05. RGB value is (218,153,5). Sum of RGB (Red+Green+Blue) = 218+153+5=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9905 is #2566FA. Grayscale: #9C9C9C. Windows color (decimal): -2451195 or 367066. OLE color: 367066.

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

Color convert

RGB 218 153 5 -
CMYK 0 0.30 0.98 0.15
HSL 41.69º 0.96% 0.44% -
HSV(B) 41.69º 0.98% 0.85% -
XYZ 40.33 37.7 5.29 -
YUV 155.56 43.03 172.53 -
System Red Green Blue C M Y K H S L
Decimal 218 153 5 0 0.30 0.98 0.15 41.69 0.96 0.44
Hex DA 99 5 0 1E 62 F 2A 60 2C
Octal 332 231 5 0 36 142 17 52 140 54
Binary 11011010 10011001 101 0 11110 1100010 1111 101010 1100000 101100

Color Harmonies of #DA9905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9905

Black with #DA9905

Text Example


Text Example

White with #DA9905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9905; }

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

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

background-color css

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

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

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

border-color css

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

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

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