Html Css Color HEX #D59202 Gamboge

📋 copy color: '#D59202'

red 213 ◦ green 146 ◦ blue 2

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

Shades of Gamboge #D59202

Tints of Gamboge #D59202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.44%

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

R = 59%
G = 40.44%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D59202 (or 0xD59202) is known color: Gamboge. HEX triplet: D5, 92 and 02. RGB value is (213,146,2). Sum of RGB (Red+Green+Blue) = 213+146+2=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D59202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59202 is #2A6DFD. Grayscale: #969696. Windows color (decimal): -2780670 or 168661. OLE color: 168661.

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

Color convert

RGB 213 146 2 -
CMYK 0 0.31 0.99 0.16
HSL 40.95º 0.98% 0.42% -
HSV(B) 40.95º 0.99% 0.84% -
XYZ 37.73 34.71 4.77 -
YUV 149.62 44.7 173.21 -
System Red Green Blue C M Y K H S L
Decimal 213 146 2 0 0.31 0.99 0.16 40.95 0.98 0.42
Hex D5 92 2 0 1F 63 10 29 62 2A
Octal 325 222 2 0 37 143 20 51 142 52
Binary 11010101 10010010 10 0 11111 1100011 10000 101001 1100010 101010

Color Harmonies of #D59202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59202

Black with #D59202

Text Example


Text Example

White with #D59202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59202; }

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

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

background-color css

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

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

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

border-color css

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

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

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