Html Css Color HEX #D29200 Gamboge

📋 copy color: '#D29200'

red 210 ◦ green 146 ◦ blue 0

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

Shades of Gamboge #D29200

Tints of Gamboge #D29200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.99%
G = 41.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D29200 (or 0xD29200) is known color: Gamboge. HEX triplet: D2, 92 and 00. RGB value is (210,146,0). Sum of RGB (Red+Green+Blue) = 210+146+0=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D29200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29200 is #2D6DFF. Grayscale: #959595. Windows color (decimal): -2977280 or 37586. OLE color: 37586.

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

Color convert

RGB 210 146 0 -
CMYK 0 0.30 1 0.18
HSL 41.71º 1% 0.41% -
HSV(B) 41.71º 1% 0.82% -
XYZ 36.86 34.26 4.67 -
YUV 148.49 44.2 171.87 -
System Red Green Blue C M Y K H S L
Decimal 210 146 0 0 0.30 1 0.18 41.71 1 0.41
Hex D2 92 0 0 1E 64 12 2A 64 29
Octal 322 222 0 0 36 144 22 52 144 51
Binary 11010010 10010010 0 0 11110 1100100 10010 101010 1100100 101001

Color Harmonies of #D29200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29200

Black with #D29200

Text Example


Text Example

White with #D29200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29200; }

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

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

background-color css

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

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

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

border-color css

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

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

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