Html Css Color HEX #DDA105 Gamboge

📋 copy color: '#DDA105'

red 221 ◦ green 161 ◦ blue 5

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

Shades of Gamboge #DDA105

Tints of Gamboge #DDA105

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

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

R = 57.11%
G = 41.6%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DDA105 (or 0xDDA105) is known color: Gamboge. HEX triplet: DD, A1 and 05. RGB value is (221,161,5). Sum of RGB (Red+Green+Blue) = 221+161+5=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 5 (2.34% from 255 or 1.29% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA105 is #225EFA. Grayscale: #A1A1A1. Windows color (decimal): -2252539 or 369117. OLE color: 369117.

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

Color convert

RGB 221 161 5 -
CMYK 0 0.27 0.98 0.13
HSL 43.33º 0.96% 0.44% -
HSV(B) 43.33º 0.98% 0.87% -
XYZ 42.59 40.87 5.79 -
YUV 161.16 39.88 170.68 -
System Red Green Blue C M Y K H S L
Decimal 221 161 5 0 0.27 0.98 0.13 43.33 0.96 0.44
Hex DD A1 5 0 1B 62 D 2B 60 2C
Octal 335 241 5 0 33 142 15 53 140 54
Binary 11011101 10100001 101 0 11011 1100010 1101 101011 1100000 101100

Color Harmonies of #DDA105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA105

Black with #DDA105

Text Example


Text Example

White with #DDA105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA105; }

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

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

background-color css

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

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

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

border-color css

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

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

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