Html Css Color HEX #DDA415 Gamboge

📋 copy color: '#DDA415'

red 221 ◦ green 164 ◦ blue 21

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

Shades of Gamboge #DDA415

Tints of Gamboge #DDA415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 54.43%
G = 40.39%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA415 (or 0xDDA415) is known color: Gamboge. HEX triplet: DD, A4 and 15. RGB value is (221,164,21). Sum of RGB (Red+Green+Blue) = 221+164+21=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA415 is #225BEA. Grayscale: #A5A5A5. Windows color (decimal): -2251755 or 1418461. OLE color: 1418461.

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

Color convert

RGB 221 164 21 -
CMYK 0 0.26 0.90 0.13
HSL 42.9º 0.83% 0.47% -
HSV(B) 42.9º 0.9% 0.87% -
XYZ 43.23 41.98 6.53 -
YUV 164.74 46.88 168.13 -
System Red Green Blue C M Y K H S L
Decimal 221 164 21 0 0.26 0.90 0.13 42.9 0.83 0.47
Hex DD A4 15 0 1A 5A D 2B 53 2F
Octal 335 244 25 0 32 132 15 53 123 57
Binary 11011101 10100100 10101 0 11010 1011010 1101 101011 1010011 101111

Color Harmonies of #DDA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA415

Black with #DDA415

Text Example


Text Example

White with #DDA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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