Html Css Color HEX #D59607 Gamboge

📋 copy color: '#D59607'

red 213 ◦ green 150 ◦ blue 7

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

Shades of Gamboge #D59607

Tints of Gamboge #D59607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.89%

R = 57.57%
G = 40.54%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D59607 (or 0xD59607) is known color: Gamboge. HEX triplet: D5, 96 and 07. RGB value is (213,150,7). Sum of RGB (Red+Green+Blue) = 213+150+7=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D59607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59607 is #2A69F8. Grayscale: #999999. Windows color (decimal): -2779641 or 497365. OLE color: 497365.

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

Color convert

RGB 213 150 7 -
CMYK 0 0.30 0.97 0.16
HSL 41.65º 0.94% 0.43% -
HSV(B) 41.65º 0.97% 0.84% -
XYZ 38.39 35.97 5.12 -
YUV 152.54 45.87 171.13 -
System Red Green Blue C M Y K H S L
Decimal 213 150 7 0 0.30 0.97 0.16 41.65 0.94 0.43
Hex D5 96 7 0 1E 61 10 2A 5E 2B
Octal 325 226 7 0 36 141 20 52 136 53
Binary 11010101 10010110 111 0 11110 1100001 10000 101010 1011110 101011

Color Harmonies of #D59607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59607

Black with #D59607

Text Example


Text Example

White with #D59607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59607; }

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

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

background-color css

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

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

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

border-color css

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

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

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