Html Css Color HEX #D99002 Gamboge

📋 copy color: '#D99002'

red 217 ◦ green 144 ◦ blue 2

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

Shades of Gamboge #D99002

Tints of Gamboge #D99002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.67%

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

R = 59.78%
G = 39.67%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D99002 (or 0xD99002) is known color: Gamboge. HEX triplet: D9, 90 and 02. RGB value is (217,144,2). Sum of RGB (Red+Green+Blue) = 217+144+2=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D99002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99002 is #266FFD. Grayscale: #969696. Windows color (decimal): -2519038 or 168153. OLE color: 168153.

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

Color convert

RGB 217 144 2 -
CMYK 0 0.34 0.99 0.15
HSL 39.63º 0.98% 0.43% -
HSV(B) 39.63º 0.99% 0.85% -
XYZ 38.6 34.7 4.72 -
YUV 149.64 44.68 176.05 -
System Red Green Blue C M Y K H S L
Decimal 217 144 2 0 0.34 0.99 0.15 39.63 0.98 0.43
Hex D9 90 2 0 22 63 F 28 62 2B
Octal 331 220 2 0 42 143 17 50 142 53
Binary 11011001 10010000 10 0 100010 1100011 1111 101000 1100010 101011

Color Harmonies of #D99002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99002

Black with #D99002

Text Example


Text Example

White with #D99002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99002; }

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

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

background-color css

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

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

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

border-color css

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

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

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