Html Css Color HEX #D58709 Gamboge

📋 copy color: '#D58709'

red 213 ◦ green 135 ◦ blue 9

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

Shades of Gamboge #D58709

Tints of Gamboge #D58709

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

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

R = 59.66%
G = 37.82%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D58709 (or 0xD58709) is known color: Gamboge. HEX triplet: D5, 87 and 09. RGB value is (213,135,9). Sum of RGB (Red+Green+Blue) = 213+135+9=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D58709 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58709 is #2A78F6. Grayscale: #909090. Windows color (decimal): -2783479 or 624597. OLE color: 624597.

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

Color convert

RGB 213 135 9 -
CMYK 0 0.37 0.96 0.16
HSL 37.06º 0.92% 0.44% -
HSV(B) 37.06º 0.96% 0.84% -
XYZ 36.15 31.49 4.43 -
YUV 143.96 51.84 177.25 -
System Red Green Blue C M Y K H S L
Decimal 213 135 9 0 0.37 0.96 0.16 37.06 0.92 0.44
Hex D5 87 9 0 25 60 10 25 5C 2C
Octal 325 207 11 0 45 140 20 45 134 54
Binary 11010101 10000111 1001 0 100101 1100000 10000 100101 1011100 101100

Color Harmonies of #D58709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58709

Black with #D58709

Text Example


Text Example

White with #D58709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58709; }

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

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

background-color css

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

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

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

border-color css

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

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

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