Html Css Color HEX #D58D09 Gamboge

📋 copy color: '#D58D09'

red 213 ◦ green 141 ◦ blue 9

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

Shades of Gamboge #D58D09

Tints of Gamboge #D58D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.48%

R = 58.68%
G = 38.84%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D58D09 (or 0xD58D09) is known color: Gamboge. HEX triplet: D5, 8D and 09. RGB value is (213,141,9). Sum of RGB (Red+Green+Blue) = 213+141+9=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 9 (3.91% from 255 or 2.48% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58D09 is #2A72F6. Grayscale: #949494. Windows color (decimal): -2781943 or 626133. OLE color: 626133.

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

Color convert

RGB 213 141 9 -
CMYK 0 0.34 0.96 0.16
HSL 38.82º 0.92% 0.44% -
HSV(B) 38.82º 0.96% 0.84% -
XYZ 37.01 33.22 4.72 -
YUV 147.48 49.85 174.73 -
System Red Green Blue C M Y K H S L
Decimal 213 141 9 0 0.34 0.96 0.16 38.82 0.92 0.44
Hex D5 8D 9 0 22 60 10 27 5C 2C
Octal 325 215 11 0 42 140 20 47 134 54
Binary 11010101 10001101 1001 0 100010 1100000 10000 100111 1011100 101100

Color Harmonies of #D58D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D09

Black with #D58D09

Text Example


Text Example

White with #D58D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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