Html Css Color HEX #D59802 Gamboge

📋 copy color: '#D59802'

red 213 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #D59802

Tints of Gamboge #D59802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.42%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 58.04%
G = 41.42%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D59802 (or 0xD59802) is known color: Gamboge. HEX triplet: D5, 98 and 02. RGB value is (213,152,2). Sum of RGB (Red+Green+Blue) = 213+152+2=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D59802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59802 is #2A67FD. Grayscale: #999999. Windows color (decimal): -2779134 or 170197. OLE color: 170197.

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

Color convert

RGB 213 152 2 -
CMYK 0 0.29 0.99 0.16
HSL 42.65º 0.98% 0.42% -
HSV(B) 42.65º 0.99% 0.84% -
XYZ 38.68 36.61 5.08 -
YUV 153.14 42.71 170.7 -
System Red Green Blue C M Y K H S L
Decimal 213 152 2 0 0.29 0.99 0.16 42.65 0.98 0.42
Hex D5 98 2 0 1D 63 10 2B 62 2A
Octal 325 230 2 0 35 143 20 53 142 52
Binary 11010101 10011000 10 0 11101 1100011 10000 101011 1100010 101010

Color Harmonies of #D59802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59802

Black with #D59802

Text Example


Text Example

White with #D59802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59802; }

 p { color: rgb(213,152,2); }

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

background-color css

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

 a { background-color: rgb(213,152,2); }

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

border-color css

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

 span { border-color: rgb(213,152,2); }

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