Html Css Color HEX #DDA500 Gamboge

📋 copy color: '#DDA500'

red 221 ◦ green 165 ◦ blue 0

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

Shades of Gamboge #DDA500

Tints of Gamboge #DDA500

RGB

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

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

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

R = 57.25%
G = 42.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DDA500 (or 0xDDA500) is known color: Gamboge. HEX triplet: DD, A5 and 00. RGB value is (221,165,0). Sum of RGB (Red+Green+Blue) = 221+165+0=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA500 is #225AFF. Grayscale: #A3A3A3. Windows color (decimal): -2251520 or 42461. OLE color: 42461.

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

Color convert

RGB 221 165 0 -
CMYK 0 0.25 1 0.13
HSL 44.8º 1% 0.43% -
HSV(B) 44.8º 1% 0.87% -
XYZ 43.27 42.28 5.88 -
YUV 162.93 36.05 169.42 -
System Red Green Blue C M Y K H S L
Decimal 221 165 0 0 0.25 1 0.13 44.8 1 0.43
Hex DD A5 0 0 19 64 D 2D 64 2B
Octal 335 245 0 0 31 144 15 55 144 53
Binary 11011101 10100101 0 0 11001 1100100 1101 101101 1100100 101011

Color Harmonies of #DDA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA500

Black with #DDA500

Text Example


Text Example

White with #DDA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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