Html Css Color HEX #D58D0F Gamboge

📋 copy color: '#D58D0F'

red 213 ◦ green 141 ◦ blue 15

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

Shades of Gamboge #D58D0F

Tints of Gamboge #D58D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 57.72%
G = 38.21%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D58D0F (or 0xD58D0F) is known color: Gamboge. HEX triplet: D5, 8D and 0F. RGB value is (213,141,15). Sum of RGB (Red+Green+Blue) = 213+141+15=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58D0F is #2A72F0. Grayscale: #949494. Windows color (decimal): -2781937 or 1019349. OLE color: 1019349.

HSL color Cylindrical-coordinate representation of color #D58D0F: hue angle of 38.18º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D58D0F is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 141 15 -
CMYK 0 0.34 0.93 0.16
HSL 38.18º 0.87% 0.45% -
HSV(B) 38.18º 0.93% 0.84% -
XYZ 37.05 33.23 4.91 -
YUV 148.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 213 141 15 0 0.34 0.93 0.16 38.18 0.87 0.45
Hex D5 8D F 0 22 5D 10 26 57 2D
Octal 325 215 17 0 42 135 20 46 127 55
Binary 11010101 10001101 1111 0 100010 1011101 10000 100110 1010111 101101

Color Harmonies of #D58D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D0F

Black with #D58D0F

Text Example


Text Example

White with #D58D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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