Html Css Color HEX #D29516 Gamboge

📋 copy color: '#D29516'

red 210 ◦ green 149 ◦ blue 22

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

Shades of Gamboge #D29516

Tints of Gamboge #D29516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

 BLUE value IS 22 (8.98% from 255) = 5.77%

R = 55.12%
G = 39.11%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D29516 (or 0xD29516) is known color: Gamboge. HEX triplet: D2, 95 and 16. RGB value is (210,149,22). Sum of RGB (Red+Green+Blue) = 210+149+22=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D29516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29516 is #2D6AE9. Grayscale: #999999. Windows color (decimal): -2976490 or 1480146. OLE color: 1480146.

HSL color Cylindrical-coordinate representation of color #D29516: hue angle of 40.53º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D29516 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 22 -
CMYK 0 0.29 0.90 0.18
HSL 40.53º 0.81% 0.45% -
HSV(B) 40.53º 0.9% 0.82% -
XYZ 37.47 35.25 5.59 -
YUV 152.76 54.21 168.83 -
System Red Green Blue C M Y K H S L
Decimal 210 149 22 0 0.29 0.90 0.18 40.53 0.81 0.45
Hex D2 95 16 0 1D 5A 12 29 51 2D
Octal 322 225 26 0 35 132 22 51 121 55
Binary 11010010 10010101 10110 0 11101 1011010 10010 101001 1010001 101101

Color Harmonies of #D29516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29516

Black with #D29516

Text Example


Text Example

White with #D29516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29516; }

 p { color: rgb(210,149,22); }

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

background-color css

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

 a { background-color: rgb(210,149,22); }

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

border-color css

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

 span { border-color: rgb(210,149,22); }

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