Html Css Color HEX #D29504 Gamboge

📋 copy color: '#D29504'

red 210 ◦ green 149 ◦ blue 4

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

Shades of Gamboge #D29504

Tints of Gamboge #D29504

RGB

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

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

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

R = 57.85%
G = 41.05%
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

#D29504 (or 0xD29504) is known color: Gamboge. HEX triplet: D2, 95 and 04. RGB value is (210,149,4). Sum of RGB (Red+Green+Blue) = 210+149+4=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D29504 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D29504 is #2D6AFB. Grayscale: #979797. Windows color (decimal): -2976508 or 300498. OLE color: 300498.

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

Color convert

RGB 210 149 4 -
CMYK 0 0.29 0.98 0.18
HSL 42.23º 0.96% 0.42% -
HSV(B) 42.23º 0.98% 0.82% -
XYZ 37.35 35.21 4.94 -
YUV 150.71 45.21 170.29 -
System Red Green Blue C M Y K H S L
Decimal 210 149 4 0 0.29 0.98 0.18 42.23 0.96 0.42
Hex D2 95 4 0 1D 62 12 2A 60 2A
Octal 322 225 4 0 35 142 22 52 140 52
Binary 11010010 10010101 100 0 11101 1100010 10010 101010 1100000 101010

Color Harmonies of #D29504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29504

Black with #D29504

Text Example


Text Example

White with #D29504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29504; }

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

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

background-color css

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

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

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

border-color css

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

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

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