Html Css Color HEX #D58409 Gamboge

📋 copy color: '#D58409'

red 213 ◦ green 132 ◦ blue 9

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

Shades of Gamboge #D58409

Tints of Gamboge #D58409

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.29%

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

R = 60.17%
G = 37.29%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D58409 (or 0xD58409) is known color: Gamboge. HEX triplet: D5, 84 and 09. RGB value is (213,132,9). Sum of RGB (Red+Green+Blue) = 213+132+9=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D58409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58409 is #2A7BF6. Grayscale: #8E8E8E. Windows color (decimal): -2784247 or 623829. OLE color: 623829.

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

Color convert

RGB 213 132 9 -
CMYK 0 0.38 0.96 0.16
HSL 36.18º 0.92% 0.44% -
HSV(B) 36.18º 0.96% 0.84% -
XYZ 35.74 30.67 4.29 -
YUV 142.2 52.84 178.5 -
System Red Green Blue C M Y K H S L
Decimal 213 132 9 0 0.38 0.96 0.16 36.18 0.92 0.44
Hex D5 84 9 0 26 60 10 24 5C 2C
Octal 325 204 11 0 46 140 20 44 134 54
Binary 11010101 10000100 1001 0 100110 1100000 10000 100100 1011100 101100

Color Harmonies of #D58409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58409

Black with #D58409

Text Example


Text Example

White with #D58409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58409; }

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

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

background-color css

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

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

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

border-color css

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

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

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