Html Css Color HEX #D99402 Gamboge

📋 copy color: '#D99402'

red 217 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #D99402

Tints of Gamboge #D99402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 59.13%
G = 40.33%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D99402 (or 0xD99402) is known color: Gamboge. HEX triplet: D9, 94 and 02. RGB value is (217,148,2). Sum of RGB (Red+Green+Blue) = 217+148+2=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D99402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99402 is #266BFD. Grayscale: #989898. Windows color (decimal): -2518014 or 169177. OLE color: 169177.

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

Color convert

RGB 217 148 2 -
CMYK 0 0.32 0.99 0.15
HSL 40.74º 0.98% 0.43% -
HSV(B) 40.74º 0.99% 0.85% -
XYZ 39.22 35.94 4.93 -
YUV 151.99 43.36 174.37 -
System Red Green Blue C M Y K H S L
Decimal 217 148 2 0 0.32 0.99 0.15 40.74 0.98 0.43
Hex D9 94 2 0 20 63 F 29 62 2B
Octal 331 224 2 0 40 143 17 51 142 53
Binary 11011001 10010100 10 0 100000 1100011 1111 101001 1100010 101011

Color Harmonies of #D99402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99402

Black with #D99402

Text Example


Text Example

White with #D99402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99402; }

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

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

background-color css

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

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

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

border-color css

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

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

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