Html Css Color HEX #D59102 Gamboge

📋 copy color: '#D59102'

red 213 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #D59102

Tints of Gamboge #D59102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.28%

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

R = 59.17%
G = 40.28%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D59102 (or 0xD59102) is known color: Gamboge. HEX triplet: D5, 91 and 02. RGB value is (213,145,2). Sum of RGB (Red+Green+Blue) = 213+145+2=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D59102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59102 is #2A6EFD. Grayscale: #959595. Windows color (decimal): -2780926 or 168405. OLE color: 168405.

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

Color convert

RGB 213 145 2 -
CMYK 0 0.32 0.99 0.16
HSL 40.66º 0.98% 0.42% -
HSV(B) 40.66º 0.99% 0.84% -
XYZ 37.58 34.4 4.72 -
YUV 149.03 45.03 173.63 -
System Red Green Blue C M Y K H S L
Decimal 213 145 2 0 0.32 0.99 0.16 40.66 0.98 0.42
Hex D5 91 2 0 20 63 10 29 62 2A
Octal 325 221 2 0 40 143 20 51 142 52
Binary 11010101 10010001 10 0 100000 1100011 10000 101001 1100010 101010

Color Harmonies of #D59102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59102

Black with #D59102

Text Example


Text Example

White with #D59102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59102; }

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

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

background-color css

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

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

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

border-color css

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

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

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