Html Css Color HEX #DDA313 Gamboge

📋 copy color: '#DDA313'

red 221 ◦ green 163 ◦ blue 19

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

Shades of Gamboge #DDA313

Tints of Gamboge #DDA313

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 54.84%
G = 40.45%
B = 4.71%

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

#DDA313 (or 0xDDA313) is known color: Gamboge. HEX triplet: DD, A3 and 13. RGB value is (221,163,19). Sum of RGB (Red+Green+Blue) = 221+163+19=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA313 is #225CEC. Grayscale: #A4A4A4. Windows color (decimal): -2252013 or 1287133. OLE color: 1287133.

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

Color convert

RGB 221 163 19 -
CMYK 0 0.26 0.91 0.13
HSL 42.77º 0.84% 0.47% -
HSV(B) 42.77º 0.91% 0.87% -
XYZ 43.03 41.61 6.38 -
YUV 163.93 46.22 168.71 -
System Red Green Blue C M Y K H S L
Decimal 221 163 19 0 0.26 0.91 0.13 42.77 0.84 0.47
Hex DD A3 13 0 1A 5B D 2B 54 2F
Octal 335 243 23 0 32 133 15 53 124 57
Binary 11011101 10100011 10011 0 11010 1011011 1101 101011 1010100 101111

Color Harmonies of #DDA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA313

Black with #DDA313

Text Example


Text Example

White with #DDA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA313; }

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

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

background-color css

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

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

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

border-color css

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

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

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