Html Css Color HEX #DDA613 Gamboge

📋 copy color: '#DDA613'

red 221 ◦ green 166 ◦ blue 19

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

Shades of Gamboge #DDA613

Tints of Gamboge #DDA613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.89%

 BLUE value IS 19 (7.81% from 255) = 4.68%

R = 54.43%
G = 40.89%
B = 4.68%

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

#DDA613 (or 0xDDA613) is known color: Gamboge. HEX triplet: DD, A6 and 13. RGB value is (221,166,19). Sum of RGB (Red+Green+Blue) = 221+166+19=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 166 (65.23% from 255 or 40.89% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA613 is #2259EC. Grayscale: #A6A6A6. Windows color (decimal): -2251245 or 1287901. OLE color: 1287901.

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

Color convert

RGB 221 166 19 -
CMYK 0 0.25 0.91 0.13
HSL 43.66º 0.84% 0.47% -
HSV(B) 43.66º 0.91% 0.87% -
XYZ 43.57 42.69 6.56 -
YUV 165.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 221 166 19 0 0.25 0.91 0.13 43.66 0.84 0.47
Hex DD A6 13 0 19 5B D 2C 54 2F
Octal 335 246 23 0 31 133 15 54 124 57
Binary 11011101 10100110 10011 0 11001 1011011 1101 101100 1010100 101111

Color Harmonies of #DDA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA613

Black with #DDA613

Text Example


Text Example

White with #DDA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA613; }

 p { color: rgb(221,166,19); }

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

background-color css

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

 a { background-color: rgb(221,166,19); }

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

border-color css

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

 span { border-color: rgb(221,166,19); }

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