Html Css Color HEX #D59307 Gamboge

📋 copy color: '#D59307'

red 213 ◦ green 147 ◦ blue 7

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

Shades of Gamboge #D59307

Tints of Gamboge #D59307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.05%

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

R = 58.04%
G = 40.05%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D59307 (or 0xD59307) is known color: Gamboge. HEX triplet: D5, 93 and 07. RGB value is (213,147,7). Sum of RGB (Red+Green+Blue) = 213+147+7=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D59307 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59307 is #2A6CF8. Grayscale: #979797. Windows color (decimal): -2780409 or 496597. OLE color: 496597.

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

Color convert

RGB 213 147 7 -
CMYK 0 0.31 0.97 0.16
HSL 40.78º 0.94% 0.43% -
HSV(B) 40.78º 0.97% 0.84% -
XYZ 37.91 35.03 4.96 -
YUV 150.77 46.87 172.38 -
System Red Green Blue C M Y K H S L
Decimal 213 147 7 0 0.31 0.97 0.16 40.78 0.94 0.43
Hex D5 93 7 0 1F 61 10 29 5E 2B
Octal 325 223 7 0 37 141 20 51 136 53
Binary 11010101 10010011 111 0 11111 1100001 10000 101001 1011110 101011

Color Harmonies of #D59307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59307

Black with #D59307

Text Example


Text Example

White with #D59307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59307; }

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

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

background-color css

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

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

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

border-color css

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

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

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