Html Css Color HEX #D58D0D Gamboge

📋 copy color: '#D58D0D'

red 213 ◦ green 141 ◦ blue 13

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

Shades of Gamboge #D58D0D

Tints of Gamboge #D58D0D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.42%

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

R = 58.04%
G = 38.42%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D58D0D (or 0xD58D0D) is known color: Gamboge. HEX triplet: D5, 8D and 0D. RGB value is (213,141,13). Sum of RGB (Red+Green+Blue) = 213+141+13=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58D0D is #2A72F2. Grayscale: #949494. Windows color (decimal): -2781939 or 888277. OLE color: 888277.

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

Color convert

RGB 213 141 13 -
CMYK 0 0.34 0.94 0.16
HSL 38.4º 0.88% 0.44% -
HSV(B) 38.4º 0.94% 0.84% -
XYZ 37.04 33.22 4.84 -
YUV 147.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 213 141 13 0 0.34 0.94 0.16 38.4 0.88 0.44
Hex D5 8D D 0 22 5E 10 26 58 2C
Octal 325 215 15 0 42 136 20 46 130 54
Binary 11010101 10001101 1101 0 100010 1011110 10000 100110 1011000 101100

Color Harmonies of #D58D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D0D

Black with #D58D0D

Text Example


Text Example

White with #D58D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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