Html Css Color HEX #DDA509 Gamboge

📋 copy color: '#DDA509'

red 221 ◦ green 165 ◦ blue 9

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

Shades of Gamboge #DDA509

Tints of Gamboge #DDA509

RGB

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

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

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

R = 55.95%
G = 41.77%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDA509 (or 0xDDA509) is known color: Gamboge. HEX triplet: DD, A5 and 09. RGB value is (221,165,9). Sum of RGB (Red+Green+Blue) = 221+165+9=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA509 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA509 is #225AF6. Grayscale: #A4A4A4. Windows color (decimal): -2251511 or 632285. OLE color: 632285.

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

Color convert

RGB 221 165 9 -
CMYK 0 0.25 0.96 0.13
HSL 44.15º 0.92% 0.45% -
HSV(B) 44.15º 0.96% 0.87% -
XYZ 43.32 42.3 6.14 -
YUV 163.96 40.55 168.68 -
System Red Green Blue C M Y K H S L
Decimal 221 165 9 0 0.25 0.96 0.13 44.15 0.92 0.45
Hex DD A5 9 0 19 60 D 2C 5C 2D
Octal 335 245 11 0 31 140 15 54 134 55
Binary 11011101 10100101 1001 0 11001 1100000 1101 101100 1011100 101101

Color Harmonies of #DDA509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA509

Black with #DDA509

Text Example


Text Example

White with #DDA509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA509; }

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

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

background-color css

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

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

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

border-color css

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

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

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