Html Css Color HEX #DDA106 Gamboge

📋 copy color: '#DDA106'

red 221 ◦ green 161 ◦ blue 6

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

Shades of Gamboge #DDA106

Tints of Gamboge #DDA106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 56.96%
G = 41.49%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DDA106 (or 0xDDA106) is known color: Gamboge. HEX triplet: DD, A1 and 06. RGB value is (221,161,6). Sum of RGB (Red+Green+Blue) = 221+161+6=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA106 is #225EF9. Grayscale: #A1A1A1. Windows color (decimal): -2252538 or 434653. OLE color: 434653.

HSL color Cylindrical-coordinate representation of color #DDA106: hue angle of 43.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDA106 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 6 -
CMYK 0 0.27 0.97 0.13
HSL 43.26º 0.95% 0.45% -
HSV(B) 43.26º 0.97% 0.87% -
XYZ 42.6 40.88 5.82 -
YUV 161.27 40.38 170.6 -
System Red Green Blue C M Y K H S L
Decimal 221 161 6 0 0.27 0.97 0.13 43.26 0.95 0.45
Hex DD A1 6 0 1B 61 D 2B 5F 2D
Octal 335 241 6 0 33 141 15 53 137 55
Binary 11011101 10100001 110 0 11011 1100001 1101 101011 1011111 101101

Color Harmonies of #DDA106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA106

Black with #DDA106

Text Example


Text Example

White with #DDA106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA106; }

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

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

background-color css

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

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

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

border-color css

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

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

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