Html Css Color HEX #D59600 Gamboge

📋 copy color: '#D59600'

red 213 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #D59600

Tints of Gamboge #D59600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.32%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.68%
G = 41.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D59600 (or 0xD59600) is known color: Gamboge. HEX triplet: D5, 96 and 00. RGB value is (213,150,0). Sum of RGB (Red+Green+Blue) = 213+150+0=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D59600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59600 is #2A69FF. Grayscale: #989898. Windows color (decimal): -2779648 or 38613. OLE color: 38613.

HSL color Cylindrical-coordinate representation of color #D59600: hue angle of 42.25º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D59600 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 0 -
CMYK 0 0.30 1 0.16
HSL 42.25º 1% 0.42% -
HSV(B) 42.25º 1% 0.84% -
XYZ 38.35 35.96 4.92 -
YUV 151.74 42.37 171.7 -
System Red Green Blue C M Y K H S L
Decimal 213 150 0 0 0.30 1 0.16 42.25 1 0.42
Hex D5 96 0 0 1E 64 10 2A 64 2A
Octal 325 226 0 0 36 144 20 52 144 52
Binary 11010101 10010110 0 0 11110 1100100 10000 101010 1100100 101010

Color Harmonies of #D59600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59600

Black with #D59600

Text Example


Text Example

White with #D59600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59600; }

 p { color: rgb(213,150,0); }

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

background-color css

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

 a { background-color: rgb(213,150,0); }

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

border-color css

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

 span { border-color: rgb(213,150,0); }

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