Html Css Color HEX #D58A0E Gamboge

📋 copy color: '#D58A0E'

red 213 ◦ green 138 ◦ blue 14

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

Shades of Gamboge #D58A0E

Tints of Gamboge #D58A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.81%

 BLUE value IS 14 (5.86% from 255) = 3.84%

R = 58.36%
G = 37.81%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D58A0E (or 0xD58A0E) is known color: Gamboge. HEX triplet: D5, 8A and 0E. RGB value is (213,138,14). Sum of RGB (Red+Green+Blue) = 213+138+14=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58A0E is #2A75F1. Grayscale: #929292. Windows color (decimal): -2782706 or 953045. OLE color: 953045.

HSL color Cylindrical-coordinate representation of color #D58A0E: hue angle of 37.39º degrees, saturation: 0.88, 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 #D58A0E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 138 14 -
CMYK 0 0.35 0.93 0.16
HSL 37.39º 0.88% 0.45% -
HSV(B) 37.39º 0.93% 0.84% -
XYZ 36.61 32.35 4.73 -
YUV 146.29 53.35 175.58 -
System Red Green Blue C M Y K H S L
Decimal 213 138 14 0 0.35 0.93 0.16 37.39 0.88 0.45
Hex D5 8A E 0 23 5D 10 25 58 2D
Octal 325 212 16 0 43 135 20 45 130 55
Binary 11010101 10001010 1110 0 100011 1011101 10000 100101 1011000 101101

Color Harmonies of #D58A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A0E

Black with #D58A0E

Text Example


Text Example

White with #D58A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A0E; }

 p { color: rgb(213,138,14); }

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

background-color css

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

 a { background-color: rgb(213,138,14); }

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

border-color css

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

 span { border-color: rgb(213,138,14); }

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