Html Css Color HEX #D58807 Gamboge

📋 copy color: '#D58807'

red 213 ◦ green 136 ◦ blue 7

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

Shades of Gamboge #D58807

Tints of Gamboge #D58807

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.2%

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 59.83%
G = 38.2%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D58807 (or 0xD58807) is known color: Gamboge. HEX triplet: D5, 88 and 07. RGB value is (213,136,7). Sum of RGB (Red+Green+Blue) = 213+136+7=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D58807 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58807 is #2A77F8. Grayscale: #909090. Windows color (decimal): -2783225 or 493781. OLE color: 493781.

HSL color Cylindrical-coordinate representation of color #D58807: hue angle of 37.57º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D58807 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 136 7 -
CMYK 0 0.36 0.97 0.16
HSL 37.57º 0.94% 0.43% -
HSV(B) 37.57º 0.97% 0.84% -
XYZ 36.28 31.77 4.42 -
YUV 144.32 50.51 176.99 -
System Red Green Blue C M Y K H S L
Decimal 213 136 7 0 0.36 0.97 0.16 37.57 0.94 0.43
Hex D5 88 7 0 24 61 10 26 5E 2B
Octal 325 210 7 0 44 141 20 46 136 53
Binary 11010101 10001000 111 0 100100 1100001 10000 100110 1011110 101011

Color Harmonies of #D58807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58807

Black with #D58807

Text Example


Text Example

White with #D58807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58807; }

 p { color: rgb(213,136,7); }

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

background-color css

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

 a { background-color: rgb(213,136,7); }

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

border-color css

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

 span { border-color: rgb(213,136,7); }

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