Html Css Color HEX #DDA505 Gamboge

📋 copy color: '#DDA505'

red 221 ◦ green 165 ◦ blue 5

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

Shades of Gamboge #DDA505

Tints of Gamboge #DDA505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 56.52%
G = 42.2%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDA505 (or 0xDDA505) is known color: Gamboge. HEX triplet: DD, A5 and 05. RGB value is (221,165,5). Sum of RGB (Red+Green+Blue) = 221+165+5=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA505 is #225AFA. Grayscale: #A4A4A4. Windows color (decimal): -2251515 or 370141. OLE color: 370141.

HSL color Cylindrical-coordinate representation of color #DDA505: hue angle of 44.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDA505 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 5 -
CMYK 0 0.25 0.98 0.13
HSL 44.44º 0.96% 0.44% -
HSV(B) 44.44º 0.98% 0.87% -
XYZ 43.3 42.29 6.02 -
YUV 163.5 38.55 169.01 -
System Red Green Blue C M Y K H S L
Decimal 221 165 5 0 0.25 0.98 0.13 44.44 0.96 0.44
Hex DD A5 5 0 19 62 D 2C 60 2C
Octal 335 245 5 0 31 142 15 54 140 54
Binary 11011101 10100101 101 0 11001 1100010 1101 101100 1100000 101100

Color Harmonies of #DDA505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA505

Black with #DDA505

Text Example


Text Example

White with #DDA505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA505; }

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

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

background-color css

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

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

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

border-color css

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

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

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