Html Css Color HEX #D29100 Gamboge

📋 copy color: '#D29100'

red 210 ◦ green 145 ◦ blue 0

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

Shades of Gamboge #D29100

Tints of Gamboge #D29100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.85%

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

R = 59.15%
G = 40.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D29100 (or 0xD29100) is known color: Gamboge. HEX triplet: D2, 91 and 00. RGB value is (210,145,0). Sum of RGB (Red+Green+Blue) = 210+145+0=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 0 (0.39% from 255 or 0% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D29100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29100 is #2D6EFF. Grayscale: #949494. Windows color (decimal): -2977536 or 37330. OLE color: 37330.

HSL color Cylindrical-coordinate representation of color #D29100: hue angle of 41.43º 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 #D29100 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 0 -
CMYK 0 0.31 1 0.18
HSL 41.43º 1% 0.41% -
HSV(B) 41.43º 1% 0.82% -
XYZ 36.7 33.95 4.62 -
YUV 147.91 44.53 172.29 -
System Red Green Blue C M Y K H S L
Decimal 210 145 0 0 0.31 1 0.18 41.43 1 0.41
Hex D2 91 0 0 1F 64 12 29 64 29
Octal 322 221 0 0 37 144 22 51 144 51
Binary 11010010 10010001 0 0 11111 1100100 10010 101001 1100100 101001

Color Harmonies of #D29100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29100

Black with #D29100

Text Example


Text Example

White with #D29100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29100; }

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

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

background-color css

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

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

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

border-color css

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

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

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