Html Css Color HEX #DDA309 Gamboge

📋 copy color: '#DDA309'

red 221 ◦ green 163 ◦ blue 9

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

Shades of Gamboge #DDA309

Tints of Gamboge #DDA309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.29%

R = 56.23%
G = 41.48%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDA309 (or 0xDDA309) is known color: Gamboge. HEX triplet: DD, A3 and 09. RGB value is (221,163,9). Sum of RGB (Red+Green+Blue) = 221+163+9=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA309 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA309 is #225CF6. Grayscale: #A3A3A3. Windows color (decimal): -2252023 or 631773. OLE color: 631773.

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

Color convert

RGB 221 163 9 -
CMYK 0 0.26 0.96 0.13
HSL 43.58º 0.92% 0.45% -
HSV(B) 43.58º 0.96% 0.87% -
XYZ 42.97 41.59 6.02 -
YUV 162.79 41.22 169.52 -
System Red Green Blue C M Y K H S L
Decimal 221 163 9 0 0.26 0.96 0.13 43.58 0.92 0.45
Hex DD A3 9 0 1A 60 D 2C 5C 2D
Octal 335 243 11 0 32 140 15 54 134 55
Binary 11011101 10100011 1001 0 11010 1100000 1101 101100 1011100 101101

Color Harmonies of #DDA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA309

Black with #DDA309

Text Example


Text Example

White with #DDA309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA309; }

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

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

background-color css

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

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

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

border-color css

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

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

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