Html Css Color HEX #DDA407 Gamboge

📋 copy color: '#DDA407'

red 221 ◦ green 164 ◦ blue 7

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

Shades of Gamboge #DDA407

Tints of Gamboge #DDA407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.84%

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 56.38%
G = 41.84%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDA407 (or 0xDDA407) is known color: Gamboge. HEX triplet: DD, A4 and 07. RGB value is (221,164,7). Sum of RGB (Red+Green+Blue) = 221+164+7=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA407 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA407 is #225BF8. Grayscale: #A3A3A3. Windows color (decimal): -2251769 or 500957. OLE color: 500957.

HSL color Cylindrical-coordinate representation of color #DDA407: hue angle of 44.02º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDA407 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 7 -
CMYK 0 0.26 0.97 0.13
HSL 44.02º 0.94% 0.45% -
HSV(B) 44.02º 0.97% 0.87% -
XYZ 43.13 41.94 6.02 -
YUV 163.15 39.88 169.27 -
System Red Green Blue C M Y K H S L
Decimal 221 164 7 0 0.26 0.97 0.13 44.02 0.94 0.45
Hex DD A4 7 0 1A 61 D 2C 5E 2D
Octal 335 244 7 0 32 141 15 54 136 55
Binary 11011101 10100100 111 0 11010 1100001 1101 101100 1011110 101101

Color Harmonies of #DDA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA407

Black with #DDA407

Text Example


Text Example

White with #DDA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA407; }

 p { color: rgb(221,164,7); }

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

background-color css

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

 a { background-color: rgb(221,164,7); }

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

border-color css

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

 span { border-color: rgb(221,164,7); }

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