Html Css Color HEX #D29604 Gamboge

📋 copy color: '#D29604'

red 210 ◦ green 150 ◦ blue 4

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

Shades of Gamboge #D29604

Tints of Gamboge #D29604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.21%

 BLUE value IS 4 (1.95% from 255) = 1.1%

R = 57.69%
G = 41.21%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D29604 (or 0xD29604) is known color: Gamboge. HEX triplet: D2, 96 and 04. RGB value is (210,150,4). Sum of RGB (Red+Green+Blue) = 210+150+4=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 4 (1.95% from 255 or 1.10% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D29604 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29604 is #2D69FB. Grayscale: #979797. Windows color (decimal): -2976252 or 300754. OLE color: 300754.

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

Color convert

RGB 210 150 4 -
CMYK 0 0.29 0.98 0.18
HSL 42.52º 0.96% 0.42% -
HSV(B) 42.52º 0.98% 0.82% -
XYZ 37.51 35.52 4.99 -
YUV 151.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 210 150 4 0 0.29 0.98 0.18 42.52 0.96 0.42
Hex D2 96 4 0 1D 62 12 2B 60 2A
Octal 322 226 4 0 35 142 22 53 140 52
Binary 11010010 10010110 100 0 11101 1100010 10010 101011 1100000 101010

Color Harmonies of #D29604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29604

Black with #D29604

Text Example


Text Example

White with #D29604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29604; }

 p { color: rgb(210,150,4); }

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

background-color css

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

 a { background-color: rgb(210,150,4); }

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

border-color css

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

 span { border-color: rgb(210,150,4); }

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