Html Css Color HEX #D59500 Gamboge

📋 copy color: '#D59500'

red 213 ◦ green 149 ◦ blue 0

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

Shades of Gamboge #D59500

Tints of Gamboge #D59500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.16%

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

R = 58.84%
G = 41.16%
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

#D59500 (or 0xD59500) is known color: Gamboge. HEX triplet: D5, 95 and 00. RGB value is (213,149,0). Sum of RGB (Red+Green+Blue) = 213+149+0=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 0 (0.39% from 255 or 0% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D59500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59500 is #2A6AFF. Grayscale: #979797. Windows color (decimal): -2779904 or 38357. OLE color: 38357.

HSL color Cylindrical-coordinate representation of color #D59500: hue angle of 41.97º 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 #D59500 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 149 0 -
CMYK 0 0.30 1 0.16
HSL 41.97º 1% 0.42% -
HSV(B) 41.97º 1% 0.84% -
XYZ 38.19 35.64 4.87 -
YUV 151.15 42.7 172.12 -
System Red Green Blue C M Y K H S L
Decimal 213 149 0 0 0.30 1 0.16 41.97 1 0.42
Hex D5 95 0 0 1E 64 10 2A 64 2A
Octal 325 225 0 0 36 144 20 52 144 52
Binary 11010101 10010101 0 0 11110 1100100 10000 101010 1100100 101010

Color Harmonies of #D59500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59500

Black with #D59500

Text Example


Text Example

White with #D59500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59500; }

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

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

background-color css

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

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

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

border-color css

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

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

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