Html Css Color HEX #DDA514 Gamboge

📋 copy color: '#DDA514'

red 221 ◦ green 165 ◦ blue 20

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

Shades of Gamboge #DDA514

Tints of Gamboge #DDA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.64%

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

R = 54.43%
G = 40.64%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DDA514 (or 0xDDA514) is known color: Gamboge. HEX triplet: DD, A5 and 14. RGB value is (221,165,20). Sum of RGB (Red+Green+Blue) = 221+165+20=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA514 is #225AEB. Grayscale: #A5A5A5. Windows color (decimal): -2251500 or 1353181. OLE color: 1353181.

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

Color convert

RGB 221 165 20 -
CMYK 0 0.25 0.91 0.13
HSL 43.28º 0.83% 0.47% -
HSV(B) 43.28º 0.91% 0.87% -
XYZ 43.4 42.33 6.55 -
YUV 165.21 46.05 167.79 -
System Red Green Blue C M Y K H S L
Decimal 221 165 20 0 0.25 0.91 0.13 43.28 0.83 0.47
Hex DD A5 14 0 19 5B D 2B 53 2F
Octal 335 245 24 0 31 133 15 53 123 57
Binary 11011101 10100101 10100 0 11001 1011011 1101 101011 1010011 101111

Color Harmonies of #DDA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA514

Black with #DDA514

Text Example


Text Example

White with #DDA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA514; }

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

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

background-color css

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

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

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

border-color css

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

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

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