Html Css Color HEX #DDA512 Gamboge

📋 copy color: '#DDA512'

red 221 ◦ green 165 ◦ blue 18

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

Shades of Gamboge #DDA512

Tints of Gamboge #DDA512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 54.7%
G = 40.84%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDA512 (or 0xDDA512) is known color: Gamboge. HEX triplet: DD, A5 and 12. RGB value is (221,165,18). Sum of RGB (Red+Green+Blue) = 221+165+18=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA512 is #225AED. Grayscale: #A5A5A5. Windows color (decimal): -2251502 or 1222109. OLE color: 1222109.

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

Color convert

RGB 221 165 18 -
CMYK 0 0.25 0.92 0.13
HSL 43.45º 0.85% 0.47% -
HSV(B) 43.45º 0.92% 0.87% -
XYZ 43.38 42.33 6.46 -
YUV 164.99 45.05 167.95 -
System Red Green Blue C M Y K H S L
Decimal 221 165 18 0 0.25 0.92 0.13 43.45 0.85 0.47
Hex DD A5 12 0 19 5C D 2B 55 2F
Octal 335 245 22 0 31 134 15 53 125 57
Binary 11011101 10100101 10010 0 11001 1011100 1101 101011 1010101 101111

Color Harmonies of #DDA512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA512

Black with #DDA512

Text Example


Text Example

White with #DDA512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA512; }

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

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

background-color css

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

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

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

border-color css

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

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

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