Html Css Color HEX #DA9206 Gamboge

📋 copy color: '#DA9206'

red 218 ◦ green 146 ◦ blue 6

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

Shades of Gamboge #DA9206

Tints of Gamboge #DA9206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.46%

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

R = 58.92%
G = 39.46%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DA9206 (or 0xDA9206) is known color: Gamboge. HEX triplet: DA, 92 and 06. RGB value is (218,146,6). Sum of RGB (Red+Green+Blue) = 218+146+6=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 6 (2.73% from 255 or 1.62% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DA9206 is #256DF9. Grayscale: #989898. Windows color (decimal): -2452986 or 430810. OLE color: 430810.

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

Color convert

RGB 218 146 6 -
CMYK 0 0.33 0.97 0.15
HSL 39.62º 0.95% 0.44% -
HSV(B) 39.62º 0.97% 0.85% -
XYZ 39.23 35.48 4.95 -
YUV 151.57 45.85 175.38 -
System Red Green Blue C M Y K H S L
Decimal 218 146 6 0 0.33 0.97 0.15 39.62 0.95 0.44
Hex DA 92 6 0 21 61 F 28 5F 2C
Octal 332 222 6 0 41 141 17 50 137 54
Binary 11011010 10010010 110 0 100001 1100001 1111 101000 1011111 101100

Color Harmonies of #DA9206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9206

Black with #DA9206

Text Example


Text Example

White with #DA9206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9206; }

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

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

background-color css

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

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

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

border-color css

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

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

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