Html Css Color HEX #D59D0D Gamboge

📋 copy color: '#D59D0D'

red 213 ◦ green 157 ◦ blue 13

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

Shades of Gamboge #D59D0D

Tints of Gamboge #D59D0D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 55.61%
G = 40.99%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D59D0D (or 0xD59D0D) is known color: Gamboge. HEX triplet: D5, 9D and 0D. RGB value is (213,157,13). Sum of RGB (Red+Green+Blue) = 213+157+13=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59D0D is #2A62F2. Grayscale: #9D9D9D. Windows color (decimal): -2777843 or 892373. OLE color: 892373.

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

Color convert

RGB 213 157 13 -
CMYK 0 0.26 0.94 0.16
HSL 43.2º 0.88% 0.44% -
HSV(B) 43.2º 0.94% 0.84% -
XYZ 39.57 38.29 5.69 -
YUV 157.33 46.55 167.71 -
System Red Green Blue C M Y K H S L
Decimal 213 157 13 0 0.26 0.94 0.16 43.2 0.88 0.44
Hex D5 9D D 0 1A 5E 10 2B 58 2C
Octal 325 235 15 0 32 136 20 53 130 54
Binary 11010101 10011101 1101 0 11010 1011110 10000 101011 1011000 101100

Color Harmonies of #D59D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D0D

Black with #D59D0D

Text Example


Text Example

White with #D59D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D0D; }

 p { color: rgb(213,157,13); }

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

background-color css

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

 a { background-color: rgb(213,157,13); }

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

border-color css

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

 span { border-color: rgb(213,157,13); }

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