Html Css Color HEX #DDA414 Gamboge

📋 copy color: '#DDA414'

red 221 ◦ green 164 ◦ blue 20

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

Shades of Gamboge #DDA414

Tints of Gamboge #DDA414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.94%

R = 54.57%
G = 40.49%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDA414 (or 0xDDA414) is known color: Gamboge. HEX triplet: DD, A4 and 14. RGB value is (221,164,20). Sum of RGB (Red+Green+Blue) = 221+164+20=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 20 (8.20% from 255 or 4.94% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA414 is #225BEB. Grayscale: #A5A5A5. Windows color (decimal): -2251756 or 1352925. OLE color: 1352925.

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

Color convert

RGB 221 164 20 -
CMYK 0 0.26 0.91 0.13
HSL 42.99º 0.83% 0.47% -
HSV(B) 42.99º 0.91% 0.87% -
XYZ 43.22 41.97 6.49 -
YUV 164.63 46.38 168.21 -
System Red Green Blue C M Y K H S L
Decimal 221 164 20 0 0.26 0.91 0.13 42.99 0.83 0.47
Hex DD A4 14 0 1A 5B D 2B 53 2F
Octal 335 244 24 0 32 133 15 53 123 57
Binary 11011101 10100100 10100 0 11010 1011011 1101 101011 1010011 101111

Color Harmonies of #DDA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA414

Black with #DDA414

Text Example


Text Example

White with #DDA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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