Html Css Color HEX #D59206 Gamboge

📋 copy color: '#D59206'

red 213 ◦ green 146 ◦ blue 6

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

Shades of Gamboge #D59206

Tints of Gamboge #D59206

RGB

 RED value IS 213 (83.59% from 255) = 58.36%

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

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

R = 58.36%
G = 40%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D59206 (or 0xD59206) is known color: Gamboge. HEX triplet: D5, 92 and 06. RGB value is (213,146,6). Sum of RGB (Red+Green+Blue) = 213+146+6=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D59206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59206 is #2A6DF9. Grayscale: #969696. Windows color (decimal): -2780666 or 430805. OLE color: 430805.

HSL color Cylindrical-coordinate representation of color #D59206: hue angle of 40.58º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D59206 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 6 -
CMYK 0 0.31 0.97 0.16
HSL 40.58º 0.95% 0.43% -
HSV(B) 40.58º 0.97% 0.84% -
XYZ 37.75 34.72 4.88 -
YUV 150.07 46.7 172.88 -
System Red Green Blue C M Y K H S L
Decimal 213 146 6 0 0.31 0.97 0.16 40.58 0.95 0.43
Hex D5 92 6 0 1F 61 10 29 5F 2B
Octal 325 222 6 0 37 141 20 51 137 53
Binary 11010101 10010010 110 0 11111 1100001 10000 101001 1011111 101011

Color Harmonies of #D59206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59206

Black with #D59206

Text Example


Text Example

White with #D59206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59206; }

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

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

background-color css

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

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

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

border-color css

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

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

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