Html Css Color HEX #D29902 Gamboge

📋 copy color: '#D29902'

red 210 ◦ green 153 ◦ blue 2

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

Shades of Gamboge #D29902

Tints of Gamboge #D29902

RGB

 RED value IS 210 (82.42% from 255) = 57.53%

 GREEN value IS 153 (60.16% from 255) = 41.92%

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

R = 57.53%
G = 41.92%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D29902 (or 0xD29902) is known color: Gamboge. HEX triplet: D2, 99 and 02. RGB value is (210,153,2). Sum of RGB (Red+Green+Blue) = 210+153+2=365 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.53% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 210 - color contains mainly: red. Hex color #D29902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29902 is #2D66FD. Grayscale: #999999. Windows color (decimal): -2975486 or 170450. OLE color: 170450.

HSL color Cylindrical-coordinate representation of color #D29902: hue angle of 43.56º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D29902 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 153 2 -
CMYK 0 0.27 0.99 0.18
HSL 43.56º 0.98% 0.42% -
HSV(B) 43.56º 0.99% 0.82% -
XYZ 37.98 36.49 5.1 -
YUV 152.83 42.88 168.78 -
System Red Green Blue C M Y K H S L
Decimal 210 153 2 0 0.27 0.99 0.18 43.56 0.98 0.42
Hex D2 99 2 0 1B 63 12 2C 62 2A
Octal 322 231 2 0 33 143 22 54 142 52
Binary 11010010 10011001 10 0 11011 1100011 10010 101100 1100010 101010

Color Harmonies of #D29902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29902

Black with #D29902

Text Example


Text Example

White with #D29902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29902; }

 p { color: rgb(210,153,2); }

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

background-color css

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

 a { background-color: rgb(210,153,2); }

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

border-color css

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

 span { border-color: rgb(210,153,2); }

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