Html Css Color HEX #D59005 Gamboge

📋 copy color: '#D59005'

red 213 ◦ green 144 ◦ blue 5

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

Shades of Gamboge #D59005

Tints of Gamboge #D59005

RGB

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

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

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

R = 58.84%
G = 39.78%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D59005 (or 0xD59005) is known color: Gamboge. HEX triplet: D5, 90 and 05. RGB value is (213,144,5). Sum of RGB (Red+Green+Blue) = 213+144+5=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 5 (2.34% from 255 or 1.38% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D59005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59005 is #2A6FFA. Grayscale: #959595. Windows color (decimal): -2781179 or 364757. OLE color: 364757.

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

Color convert

RGB 213 144 5 -
CMYK 0 0.32 0.98 0.16
HSL 40.1º 0.95% 0.43% -
HSV(B) 40.1º 0.98% 0.84% -
XYZ 37.44 34.1 4.75 -
YUV 148.79 46.86 173.8 -
System Red Green Blue C M Y K H S L
Decimal 213 144 5 0 0.32 0.98 0.16 40.1 0.95 0.43
Hex D5 90 5 0 20 62 10 28 5F 2B
Octal 325 220 5 0 40 142 20 50 137 53
Binary 11010101 10010000 101 0 100000 1100010 10000 101000 1011111 101011

Color Harmonies of #D59005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59005

Black with #D59005

Text Example


Text Example

White with #D59005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59005; }

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

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

background-color css

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

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

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

border-color css

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

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

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