Html Css Color HEX #D29212 Gamboge

📋 copy color: '#D29212'

red 210 ◦ green 146 ◦ blue 18

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

Shades of Gamboge #D29212

Tints of Gamboge #D29212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.04%

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 56.15%
G = 39.04%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D29212 (or 0xD29212) is known color: Gamboge. HEX triplet: D2, 92 and 12. RGB value is (210,146,18). Sum of RGB (Red+Green+Blue) = 210+146+18=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D29212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29212 is #2D6DED. Grayscale: #979797. Windows color (decimal): -2977262 or 1217234. OLE color: 1217234.

HSL color Cylindrical-coordinate representation of color #D29212: hue angle of 40º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D29212 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 146 18 -
CMYK 0 0.30 0.91 0.18
HSL 40º 0.84% 0.45% -
HSV(B) 40º 0.91% 0.82% -
XYZ 36.97 34.3 5.25 -
YUV 150.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 210 146 18 0 0.30 0.91 0.18 40 0.84 0.45
Hex D2 92 12 0 1E 5B 12 28 54 2D
Octal 322 222 22 0 36 133 22 50 124 55
Binary 11010010 10010010 10010 0 11110 1011011 10010 101000 1010100 101101

Color Harmonies of #D29212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29212

Black with #D29212

Text Example


Text Example

White with #D29212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29212; }

 p { color: rgb(210,146,18); }

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

background-color css

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

 a { background-color: rgb(210,146,18); }

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

border-color css

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

 span { border-color: rgb(210,146,18); }

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