Html Css Color HEX #D58607 Gamboge

📋 copy color: '#D58607'

red 213 ◦ green 134 ◦ blue 7

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

Shades of Gamboge #D58607

Tints of Gamboge #D58607

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.85%

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

R = 60.17%
G = 37.85%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D58607 (or 0xD58607) is known color: Gamboge. HEX triplet: D5, 86 and 07. RGB value is (213,134,7). Sum of RGB (Red+Green+Blue) = 213+134+7=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 7 (3.12% from 255 or 1.98% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D58607 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58607 is #2A79F8. Grayscale: #8F8F8F. Windows color (decimal): -2783737 or 493269. OLE color: 493269.

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

Color convert

RGB 213 134 7 -
CMYK 0 0.37 0.97 0.16
HSL 36.99º 0.94% 0.43% -
HSV(B) 36.99º 0.97% 0.84% -
XYZ 36 31.21 4.33 -
YUV 143.14 51.17 177.83 -
System Red Green Blue C M Y K H S L
Decimal 213 134 7 0 0.37 0.97 0.16 36.99 0.94 0.43
Hex D5 86 7 0 25 61 10 25 5E 2B
Octal 325 206 7 0 45 141 20 45 136 53
Binary 11010101 10000110 111 0 100101 1100001 10000 100101 1011110 101011

Color Harmonies of #D58607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58607

Black with #D58607

Text Example


Text Example

White with #D58607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58607; }

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

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

background-color css

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

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

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

border-color css

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

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

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