Html Css Color HEX #DA9706 Gamboge

📋 copy color: '#DA9706'

red 218 ◦ green 151 ◦ blue 6

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

Shades of Gamboge #DA9706

Tints of Gamboge #DA9706

RGB

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

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

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

R = 58.13%
G = 40.27%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA9706 (or 0xDA9706) is known color: Gamboge. HEX triplet: DA, 97 and 06. RGB value is (218,151,6). Sum of RGB (Red+Green+Blue) = 218+151+6=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9706 is #2568F9. Grayscale: #9B9B9B. Windows color (decimal): -2451706 or 432090. OLE color: 432090.

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

Color convert

RGB 218 151 6 -
CMYK 0 0.31 0.97 0.15
HSL 41.04º 0.95% 0.44% -
HSV(B) 41.04º 0.97% 0.85% -
XYZ 40.01 37.05 5.22 -
YUV 154.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 218 151 6 0 0.31 0.97 0.15 41.04 0.95 0.44
Hex DA 97 6 0 1F 61 F 29 5F 2C
Octal 332 227 6 0 37 141 17 51 137 54
Binary 11011010 10010111 110 0 11111 1100001 1111 101001 1011111 101100

Color Harmonies of #DA9706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9706

Black with #DA9706

Text Example


Text Example

White with #DA9706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9706; }

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

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

background-color css

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

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

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

border-color css

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

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

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