Html Css Color HEX #D59008 Gamboge

📋 copy color: '#D59008'

red 213 ◦ green 144 ◦ blue 8

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

Shades of Gamboge #D59008

Tints of Gamboge #D59008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.45%

 BLUE value IS 8 (3.52% from 255) = 2.19%

R = 58.36%
G = 39.45%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D59008 (or 0xD59008) is known color: Gamboge. HEX triplet: D5, 90 and 08. RGB value is (213,144,8). Sum of RGB (Red+Green+Blue) = 213+144+8=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D59008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59008 is #2A6FF7. Grayscale: #959595. Windows color (decimal): -2781176 or 561365. OLE color: 561365.

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

Color convert

RGB 213 144 8 -
CMYK 0 0.32 0.96 0.16
HSL 39.8º 0.93% 0.43% -
HSV(B) 39.8º 0.96% 0.84% -
XYZ 37.46 34.11 4.84 -
YUV 149.13 48.36 173.56 -
System Red Green Blue C M Y K H S L
Decimal 213 144 8 0 0.32 0.96 0.16 39.8 0.93 0.43
Hex D5 90 8 0 20 60 10 28 5D 2B
Octal 325 220 10 0 40 140 20 50 135 53
Binary 11010101 10010000 1000 0 100000 1100000 10000 101000 1011101 101011

Color Harmonies of #D59008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59008

Black with #D59008

Text Example


Text Example

White with #D59008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59008; }

 p { color: rgb(213,144,8); }

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

background-color css

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

 a { background-color: rgb(213,144,8); }

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

border-color css

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

 span { border-color: rgb(213,144,8); }

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