Html Css Color HEX #D99702 Gamboge

📋 copy color: '#D99702'

red 217 ◦ green 151 ◦ blue 2

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

Shades of Gamboge #D99702

Tints of Gamboge #D99702

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

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

R = 58.65%
G = 40.81%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D99702 (or 0xD99702) is known color: Gamboge. HEX triplet: D9, 97 and 02. RGB value is (217,151,2). Sum of RGB (Red+Green+Blue) = 217+151+2=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D99702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99702 is #2668FD. Grayscale: #9A9A9A. Windows color (decimal): -2517246 or 169945. OLE color: 169945.

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

Color convert

RGB 217 151 2 -
CMYK 0 0.30 0.99 0.15
HSL 41.58º 0.98% 0.43% -
HSV(B) 41.58º 0.99% 0.85% -
XYZ 39.69 36.89 5.09 -
YUV 153.75 42.37 173.12 -
System Red Green Blue C M Y K H S L
Decimal 217 151 2 0 0.30 0.99 0.15 41.58 0.98 0.43
Hex D9 97 2 0 1E 63 F 2A 62 2B
Octal 331 227 2 0 36 143 17 52 142 53
Binary 11011001 10010111 10 0 11110 1100011 1111 101010 1100010 101011

Color Harmonies of #D99702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99702

Black with #D99702

Text Example


Text Example

White with #D99702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99702; }

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

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

background-color css

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

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

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

border-color css

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

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

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