Html Css Color HEX #DDAC09 Gamboge

📋 copy color: '#DDAC09'

red 221 ◦ green 172 ◦ blue 9

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

Shades of Gamboge #DDAC09

Tints of Gamboge #DDAC09

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.79%

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

R = 54.98%
G = 42.79%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DDAC09 (or 0xDDAC09) is known color: Gamboge. HEX triplet: DD, AC and 09. RGB value is (221,172,9). Sum of RGB (Red+Green+Blue) = 221+172+9=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC09 is #2253F6. Grayscale: #A8A8A8. Windows color (decimal): -2249719 or 634077. OLE color: 634077.

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

Color convert

RGB 221 172 9 -
CMYK 0 0.22 0.96 0.13
HSL 46.13º 0.92% 0.45% -
HSV(B) 46.13º 0.96% 0.87% -
XYZ 44.62 44.9 6.57 -
YUV 168.07 38.23 165.75 -
System Red Green Blue C M Y K H S L
Decimal 221 172 9 0 0.22 0.96 0.13 46.13 0.92 0.45
Hex DD AC 9 0 16 60 D 2E 5C 2D
Octal 335 254 11 0 26 140 15 56 134 55
Binary 11011101 10101100 1001 0 10110 1100000 1101 101110 1011100 101101

Color Harmonies of #DDAC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC09

Black with #DDAC09

Text Example


Text Example

White with #DDAC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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