Html Css Color HEX #DA9806 Gamboge

📋 copy color: '#DA9806'

red 218 ◦ green 152 ◦ blue 6

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

Shades of Gamboge #DA9806

Tints of Gamboge #DA9806

RGB

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

 GREEN value IS 152 (59.77% from 255) = 40.43%

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 57.98%
G = 40.43%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA9806 (or 0xDA9806) is known color: Gamboge. HEX triplet: DA, 98 and 06. RGB value is (218,152,6). Sum of RGB (Red+Green+Blue) = 218+152+6=376 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.98% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 6 (2.73% from 255 or 1.60% from 376); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9806 is #2567F9. Grayscale: #9B9B9B. Windows color (decimal): -2451450 or 432346. OLE color: 432346.

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

Color convert

RGB 218 152 6 -
CMYK 0 0.30 0.97 0.15
HSL 41.32º 0.95% 0.44% -
HSV(B) 41.32º 0.97% 0.85% -
XYZ 40.17 37.38 5.27 -
YUV 155.09 43.87 172.87 -
System Red Green Blue C M Y K H S L
Decimal 218 152 6 0 0.30 0.97 0.15 41.32 0.95 0.44
Hex DA 98 6 0 1E 61 F 29 5F 2C
Octal 332 230 6 0 36 141 17 51 137 54
Binary 11011010 10011000 110 0 11110 1100001 1111 101001 1011111 101100

Color Harmonies of #DA9806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9806

Black with #DA9806

Text Example


Text Example

White with #DA9806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9806; }

 p { color: rgb(218,152,6); }

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

background-color css

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

 a { background-color: rgb(218,152,6); }

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

border-color css

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

 span { border-color: rgb(218,152,6); }

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