Html Css Color HEX #D99102 Gamboge

📋 copy color: '#D99102'

red 217 ◦ green 145 ◦ blue 2

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

Shades of Gamboge #D99102

Tints of Gamboge #D99102

RGB

 RED value IS 217 (85.16% from 255) = 59.62%

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

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

R = 59.62%
G = 39.84%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D99102 (or 0xD99102) is known color: Gamboge. HEX triplet: D9, 91 and 02. RGB value is (217,145,2). Sum of RGB (Red+Green+Blue) = 217+145+2=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D99102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99102 is #266EFD. Grayscale: #969696. Windows color (decimal): -2518782 or 168409. OLE color: 168409.

HSL color Cylindrical-coordinate representation of color #D99102: hue angle of 39.91º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D99102 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 2 -
CMYK 0 0.33 0.99 0.15
HSL 39.91º 0.98% 0.43% -
HSV(B) 39.91º 0.99% 0.85% -
XYZ 38.75 35.01 4.77 -
YUV 150.23 44.35 175.63 -
System Red Green Blue C M Y K H S L
Decimal 217 145 2 0 0.33 0.99 0.15 39.91 0.98 0.43
Hex D9 91 2 0 21 63 F 28 62 2B
Octal 331 221 2 0 41 143 17 50 142 53
Binary 11011001 10010001 10 0 100001 1100011 1111 101000 1100010 101011

Color Harmonies of #D99102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99102

Black with #D99102

Text Example


Text Example

White with #D99102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99102; }

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

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

background-color css

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

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

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

border-color css

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

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

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