Html Css Color HEX #D58E00 Gamboge

📋 copy color: '#D58E00'

red 213 ◦ green 142 ◦ blue 0

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

Shades of Gamboge #D58E00

Tints of Gamboge #D58E00

RGB

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

 GREEN value IS 142 (55.86% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D58E00 (or 0xD58E00) is known color: Gamboge. HEX triplet: D5, 8E and 00. RGB value is (213,142,0). Sum of RGB (Red+Green+Blue) = 213+142+0=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58E00 is #2A71FF. Grayscale: #939393. Windows color (decimal): -2781696 or 36565. OLE color: 36565.

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

Color convert

RGB 213 142 0 -
CMYK 0 0.33 1 0.16
HSL 40º 1% 0.42% -
HSV(B) 40º 1% 0.84% -
XYZ 37.11 33.49 4.51 -
YUV 147.04 45.02 175.05 -
System Red Green Blue C M Y K H S L
Decimal 213 142 0 0 0.33 1 0.16 40 1 0.42
Hex D5 8E 0 0 21 64 10 28 64 2A
Octal 325 216 0 0 41 144 20 50 144 52
Binary 11010101 10001110 0 0 100001 1100100 10000 101000 1100100 101010

Color Harmonies of #D58E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58E00

Black with #D58E00

Text Example


Text Example

White with #D58E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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