Html Css Color HEX #D59001 Gamboge

📋 copy color: '#D59001'

red 213 ◦ green 144 ◦ blue 1

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

Shades of Gamboge #D59001

Tints of Gamboge #D59001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 59.5%
G = 40.22%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D59001 (or 0xD59001) is known color: Gamboge. HEX triplet: D5, 90 and 01. RGB value is (213,144,1). Sum of RGB (Red+Green+Blue) = 213+144+1=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D59001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59001 is #2A6FFE. Grayscale: #949494. Windows color (decimal): -2781183 or 102613. OLE color: 102613.

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

Color convert

RGB 213 144 1 -
CMYK 0 0.32 1.00 0.16
HSL 40.47º 0.99% 0.42% -
HSV(B) 40.47º 1% 0.84% -
XYZ 37.42 34.09 4.64 -
YUV 148.33 44.86 174.13 -
System Red Green Blue C M Y K H S L
Decimal 213 144 1 0 0.32 1.00 0.16 40.47 0.99 0.42
Hex D5 90 1 0 20 64 10 28 63 2A
Octal 325 220 1 0 40 144 20 50 143 52
Binary 11010101 10010000 1 0 100000 1100100 10000 101000 1100011 101010

Color Harmonies of #D59001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59001

Black with #D59001

Text Example


Text Example

White with #D59001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59001; }

 p { color: rgb(213,144,1); }

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

background-color css

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

 a { background-color: rgb(213,144,1); }

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

border-color css

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

 span { border-color: rgb(213,144,1); }

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