Html Css Color HEX #D59205 Gamboge

📋 copy color: '#D59205'

red 213 ◦ green 146 ◦ blue 5

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

Shades of Gamboge #D59205

Tints of Gamboge #D59205

RGB

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

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

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

R = 58.52%
G = 40.11%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D59205 (or 0xD59205) is known color: Gamboge. HEX triplet: D5, 92 and 05. RGB value is (213,146,5). Sum of RGB (Red+Green+Blue) = 213+146+5=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D59205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59205 is #2A6DFA. Grayscale: #969696. Windows color (decimal): -2780667 or 365269. OLE color: 365269.

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

Color convert

RGB 213 146 5 -
CMYK 0 0.31 0.98 0.16
HSL 40.67º 0.95% 0.43% -
HSV(B) 40.67º 0.98% 0.84% -
XYZ 37.75 34.71 4.85 -
YUV 149.96 46.2 172.96 -
System Red Green Blue C M Y K H S L
Decimal 213 146 5 0 0.31 0.98 0.16 40.67 0.95 0.43
Hex D5 92 5 0 1F 62 10 29 5F 2B
Octal 325 222 5 0 37 142 20 51 137 53
Binary 11010101 10010010 101 0 11111 1100010 10000 101001 1011111 101011

Color Harmonies of #D59205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59205

Black with #D59205

Text Example


Text Example

White with #D59205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59205; }

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

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

background-color css

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

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

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

border-color css

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

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

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