Html Css Color HEX #DDA004 Gamboge

📋 copy color: '#DDA004'

red 221 ◦ green 160 ◦ blue 4

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

Shades of Gamboge #DDA004

Tints of Gamboge #DDA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.56%

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

R = 57.4%
G = 41.56%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDA004 (or 0xDDA004) is known color: Gamboge. HEX triplet: DD, A0 and 04. RGB value is (221,160,4). Sum of RGB (Red+Green+Blue) = 221+160+4=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA004 is #225FFB. Grayscale: #A1A1A1. Windows color (decimal): -2252796 or 303325. OLE color: 303325.

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

Color convert

RGB 221 160 4 -
CMYK 0 0.28 0.98 0.13
HSL 43.13º 0.96% 0.44% -
HSV(B) 43.13º 0.98% 0.87% -
XYZ 42.41 40.52 5.7 -
YUV 160.46 39.71 171.18 -
System Red Green Blue C M Y K H S L
Decimal 221 160 4 0 0.28 0.98 0.13 43.13 0.96 0.44
Hex DD A0 4 0 1C 62 D 2B 60 2C
Octal 335 240 4 0 34 142 15 53 140 54
Binary 11011101 10100000 100 0 11100 1100010 1101 101011 1100000 101100

Color Harmonies of #DDA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA004

Black with #DDA004

Text Example


Text Example

White with #DDA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA004; }

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

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

background-color css

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

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

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

border-color css

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

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

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