Html Css Color HEX #DDA515 Gamboge

📋 copy color: '#DDA515'

red 221 ◦ green 165 ◦ blue 21

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

Shades of Gamboge #DDA515

Tints of Gamboge #DDA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 54.3%
G = 40.54%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA515 (or 0xDDA515) is known color: Gamboge. HEX triplet: DD, A5 and 15. RGB value is (221,165,21). Sum of RGB (Red+Green+Blue) = 221+165+21=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 165 (64.84% from 255 or 40.54% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA515 is #225AEA. Grayscale: #A5A5A5. Windows color (decimal): -2251499 or 1418717. OLE color: 1418717.

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

Color convert

RGB 221 165 21 -
CMYK 0 0.25 0.90 0.13
HSL 43.2º 0.83% 0.47% -
HSV(B) 43.2º 0.9% 0.87% -
XYZ 43.41 42.34 6.59 -
YUV 165.33 46.55 167.71 -
System Red Green Blue C M Y K H S L
Decimal 221 165 21 0 0.25 0.90 0.13 43.2 0.83 0.47
Hex DD A5 15 0 19 5A D 2B 53 2F
Octal 335 245 25 0 31 132 15 53 123 57
Binary 11011101 10100101 10101 0 11001 1011010 1101 101011 1010011 101111

Color Harmonies of #DDA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA515

Black with #DDA515

Text Example


Text Example

White with #DDA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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