Html Css Color HEX #DDA904 Gamboge

📋 copy color: '#DDA904'

red 221 ◦ green 169 ◦ blue 4

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

Shades of Gamboge #DDA904

Tints of Gamboge #DDA904

RGB

 RED value IS 221 (86.72% from 255) = 56.09%

 GREEN value IS 169 (66.41% from 255) = 42.89%

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

R = 56.09%
G = 42.89%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDA904 (or 0xDDA904) is known color: Gamboge. HEX triplet: DD, A9 and 04. RGB value is (221,169,4). Sum of RGB (Red+Green+Blue) = 221+169+4=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 4 (1.95% from 255 or 1.02% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA904 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA904 is #2256FB. Grayscale: #A6A6A6. Windows color (decimal): -2250492 or 305629. OLE color: 305629.

HSL color Cylindrical-coordinate representation of color #DDA904: hue angle of 45.62º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDA904 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 4 -
CMYK 0 0.24 0.98 0.13
HSL 45.62º 0.96% 0.44% -
HSV(B) 45.62º 0.98% 0.87% -
XYZ 44.03 43.76 6.24 -
YUV 165.74 36.73 167.42 -
System Red Green Blue C M Y K H S L
Decimal 221 169 4 0 0.24 0.98 0.13 45.62 0.96 0.44
Hex DD A9 4 0 18 62 D 2E 60 2C
Octal 335 251 4 0 30 142 15 56 140 54
Binary 11011101 10101001 100 0 11000 1100010 1101 101110 1100000 101100

Color Harmonies of #DDA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA904

Black with #DDA904

Text Example


Text Example

White with #DDA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA904; }

 p { color: rgb(221,169,4); }

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

background-color css

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

 a { background-color: rgb(221,169,4); }

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

border-color css

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

 span { border-color: rgb(221,169,4); }

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