Html Css Color HEX #DDA304 Gamboge

📋 copy color: '#DDA304'

red 221 ◦ green 163 ◦ blue 4

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

Shades of Gamboge #DDA304

Tints of Gamboge #DDA304

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

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

R = 56.96%
G = 42.01%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDA304 (or 0xDDA304) is known color: Gamboge. HEX triplet: DD, A3 and 04. RGB value is (221,163,4). Sum of RGB (Red+Green+Blue) = 221+163+4=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA304 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA304 is #225CFB. Grayscale: #A2A2A2. Windows color (decimal): -2252028 or 304093. OLE color: 304093.

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

Color convert

RGB 221 163 4 -
CMYK 0 0.26 0.98 0.13
HSL 43.96º 0.96% 0.44% -
HSV(B) 43.96º 0.98% 0.87% -
XYZ 42.94 41.58 5.88 -
YUV 162.22 38.72 169.93 -
System Red Green Blue C M Y K H S L
Decimal 221 163 4 0 0.26 0.98 0.13 43.96 0.96 0.44
Hex DD A3 4 0 1A 62 D 2C 60 2C
Octal 335 243 4 0 32 142 15 54 140 54
Binary 11011101 10100011 100 0 11010 1100010 1101 101100 1100000 101100

Color Harmonies of #DDA304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA304

Black with #DDA304

Text Example


Text Example

White with #DDA304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA304; }

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

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

background-color css

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

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

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

border-color css

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

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

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