Html Css Color HEX #DDA50F Gamboge

📋 copy color: '#DDA50F'

red 221 ◦ green 165 ◦ blue 15

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

Shades of Gamboge #DDA50F

Tints of Gamboge #DDA50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 55.11%
G = 41.15%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA50F (or 0xDDA50F) is known color: Gamboge. HEX triplet: DD, A5 and 0F. RGB value is (221,165,15). Sum of RGB (Red+Green+Blue) = 221+165+15=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA50F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA50F is #225AF0. Grayscale: #A5A5A5. Windows color (decimal): -2251505 or 1025501. OLE color: 1025501.

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

Color convert

RGB 221 165 15 -
CMYK 0 0.25 0.93 0.13
HSL 43.69º 0.87% 0.46% -
HSV(B) 43.69º 0.93% 0.87% -
XYZ 43.36 42.32 6.33 -
YUV 164.64 43.55 168.2 -
System Red Green Blue C M Y K H S L
Decimal 221 165 15 0 0.25 0.93 0.13 43.69 0.87 0.46
Hex DD A5 F 0 19 5D D 2C 57 2E
Octal 335 245 17 0 31 135 15 54 127 56
Binary 11011101 10100101 1111 0 11001 1011101 1101 101100 1010111 101110

Color Harmonies of #DDA50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA50F

Black with #DDA50F

Text Example


Text Example

White with #DDA50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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