Html Css Color HEX #D59308 Gamboge

📋 copy color: '#D59308'

red 213 ◦ green 147 ◦ blue 8

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

Shades of Gamboge #D59308

Tints of Gamboge #D59308

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.95%

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

R = 57.88%
G = 39.95%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D59308 (or 0xD59308) is known color: Gamboge. HEX triplet: D5, 93 and 08. RGB value is (213,147,8). Sum of RGB (Red+Green+Blue) = 213+147+8=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 8 (3.52% from 255 or 2.17% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D59308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59308 is #2A6CF7. Grayscale: #979797. Windows color (decimal): -2780408 or 562133. OLE color: 562133.

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

Color convert

RGB 213 147 8 -
CMYK 0 0.31 0.96 0.16
HSL 40.68º 0.93% 0.43% -
HSV(B) 40.68º 0.96% 0.84% -
XYZ 37.92 35.03 4.99 -
YUV 150.89 47.37 172.3 -
System Red Green Blue C M Y K H S L
Decimal 213 147 8 0 0.31 0.96 0.16 40.68 0.93 0.43
Hex D5 93 8 0 1F 60 10 29 5D 2B
Octal 325 223 10 0 37 140 20 51 135 53
Binary 11010101 10010011 1000 0 11111 1100000 10000 101001 1011101 101011

Color Harmonies of #D59308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59308

Black with #D59308

Text Example


Text Example

White with #D59308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59308; }

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

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

background-color css

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

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

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

border-color css

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

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

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