Html Css Color HEX #DDA900 Gamboge

📋 copy color: '#DDA900'

red 221 ◦ green 169 ◦ blue 0

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

Shades of Gamboge #DDA900

Tints of Gamboge #DDA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.67%
G = 43.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDA900 (or 0xDDA900) is known color: Gamboge. HEX triplet: DD, A9 and 00. RGB value is (221,169,0). Sum of RGB (Red+Green+Blue) = 221+169+0=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA900 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA900 is #2256FF. Grayscale: #A6A6A6. Windows color (decimal): -2250496 or 43485. OLE color: 43485.

HSL color Cylindrical-coordinate representation of color #DDA900: hue angle of 45.88º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDA900 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 0 -
CMYK 0 0.24 1 0.13
HSL 45.88º 1% 0.43% -
HSV(B) 45.88º 1% 0.87% -
XYZ 44.01 43.75 6.12 -
YUV 165.28 34.73 167.74 -
System Red Green Blue C M Y K H S L
Decimal 221 169 0 0 0.24 1 0.13 45.88 1 0.43
Hex DD A9 0 0 18 64 D 2E 64 2B
Octal 335 251 0 0 30 144 15 56 144 53
Binary 11011101 10101001 0 0 11000 1100100 1101 101110 1100100 101011

Color Harmonies of #DDA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA900

Black with #DDA900

Text Example


Text Example

White with #DDA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA900; }

 p { color: rgb(221,169,0); }

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

background-color css

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

 a { background-color: rgb(221,169,0); }

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

border-color css

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

 span { border-color: rgb(221,169,0); }

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