Html Css Color HEX #DDA704 Gamboge

📋 copy color: '#DDA704'

red 221 ◦ green 167 ◦ blue 4

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

Shades of Gamboge #DDA704

Tints of Gamboge #DDA704

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

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

R = 56.38%
G = 42.6%
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

#DDA704 (or 0xDDA704) is known color: Gamboge. HEX triplet: DD, A7 and 04. RGB value is (221,167,4). Sum of RGB (Red+Green+Blue) = 221+167+4=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA704 is #2258FB. Grayscale: #A5A5A5. Windows color (decimal): -2251004 or 305117. OLE color: 305117.

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

Color convert

RGB 221 167 4 -
CMYK 0 0.24 0.98 0.13
HSL 45.07º 0.96% 0.44% -
HSV(B) 45.07º 0.98% 0.87% -
XYZ 43.66 43.02 6.12 -
YUV 164.56 37.39 168.25 -
System Red Green Blue C M Y K H S L
Decimal 221 167 4 0 0.24 0.98 0.13 45.07 0.96 0.44
Hex DD A7 4 0 18 62 D 2D 60 2C
Octal 335 247 4 0 30 142 15 55 140 54
Binary 11011101 10100111 100 0 11000 1100010 1101 101101 1100000 101100

Color Harmonies of #DDA704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA704

Black with #DDA704

Text Example


Text Example

White with #DDA704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA704; }

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

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

background-color css

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

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

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

border-color css

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

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

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