Html Css Color HEX #DDA411 Gamboge

📋 copy color: '#DDA411'

red 221 ◦ green 164 ◦ blue 17

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

Shades of Gamboge #DDA411

Tints of Gamboge #DDA411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.23%

R = 54.98%
G = 40.8%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDA411 (or 0xDDA411) is known color: Gamboge. HEX triplet: DD, A4 and 11. RGB value is (221,164,17). Sum of RGB (Red+Green+Blue) = 221+164+17=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA411 is #225BEE. Grayscale: #A4A4A4. Windows color (decimal): -2251759 or 1156317. OLE color: 1156317.

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

Color convert

RGB 221 164 17 -
CMYK 0 0.26 0.92 0.13
HSL 43.24º 0.86% 0.47% -
HSV(B) 43.24º 0.92% 0.87% -
XYZ 43.2 41.96 6.35 -
YUV 164.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 221 164 17 0 0.26 0.92 0.13 43.24 0.86 0.47
Hex DD A4 11 0 1A 5C D 2B 56 2F
Octal 335 244 21 0 32 134 15 53 126 57
Binary 11011101 10100100 10001 0 11010 1011100 1101 101011 1010110 101111

Color Harmonies of #DDA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA411

Black with #DDA411

Text Example


Text Example

White with #DDA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA411; }

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

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

background-color css

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

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

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

border-color css

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

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

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