Html Css Color HEX #D58900 Gamboge

📋 copy color: '#D58900'

red 213 ◦ green 137 ◦ blue 0

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

Shades of Gamboge #D58900

Tints of Gamboge #D58900

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.86%
G = 39.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D58900 (or 0xD58900) is known color: Gamboge. HEX triplet: D5, 89 and 00. RGB value is (213,137,0). Sum of RGB (Red+Green+Blue) = 213+137+0=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D58900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58900 is #2A76FF. Grayscale: #909090. Windows color (decimal): -2782976 or 35285. OLE color: 35285.

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

Color convert

RGB 213 137 0 -
CMYK 0 0.36 1 0.16
HSL 38.59º 1% 0.42% -
HSV(B) 38.59º 1% 0.84% -
XYZ 36.39 32.04 4.27 -
YUV 144.11 46.68 177.14 -
System Red Green Blue C M Y K H S L
Decimal 213 137 0 0 0.36 1 0.16 38.59 1 0.42
Hex D5 89 0 0 24 64 10 27 64 2A
Octal 325 211 0 0 44 144 20 47 144 52
Binary 11010101 10001001 0 0 100100 1100100 10000 100111 1100100 101010

Color Harmonies of #D58900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58900

Black with #D58900

Text Example


Text Example

White with #D58900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58900; }

 p { color: rgb(213,137,0); }

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

background-color css

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

 a { background-color: rgb(213,137,0); }

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

border-color css

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

 span { border-color: rgb(213,137,0); }

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