Html Css Color HEX #D59700 Gamboge

📋 copy color: '#D59700'

red 213 ◦ green 151 ◦ blue 0

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

Shades of Gamboge #D59700

Tints of Gamboge #D59700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.48%

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

R = 58.52%
G = 41.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D59700 (or 0xD59700) is known color: Gamboge. HEX triplet: D5, 97 and 00. RGB value is (213,151,0). Sum of RGB (Red+Green+Blue) = 213+151+0=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D59700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59700 is #2A68FF. Grayscale: #989898. Windows color (decimal): -2779392 or 38869. OLE color: 38869.

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

Color convert

RGB 213 151 0 -
CMYK 0 0.29 1 0.16
HSL 42.54º 1% 0.42% -
HSV(B) 42.54º 1% 0.84% -
XYZ 38.51 36.28 4.97 -
YUV 152.32 42.04 171.28 -
System Red Green Blue C M Y K H S L
Decimal 213 151 0 0 0.29 1 0.16 42.54 1 0.42
Hex D5 97 0 0 1D 64 10 2B 64 2A
Octal 325 227 0 0 35 144 20 53 144 52
Binary 11010101 10010111 0 0 11101 1100100 10000 101011 1100100 101010

Color Harmonies of #D59700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59700

Black with #D59700

Text Example


Text Example

White with #D59700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59700; }

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

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

background-color css

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

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

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

border-color css

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

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

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