Html Css Color HEX #DDA412 Gamboge

📋 copy color: '#DDA412'

red 221 ◦ green 164 ◦ blue 18

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

Shades of Gamboge #DDA412

Tints of Gamboge #DDA412

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.69%

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

R = 54.84%
G = 40.69%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDA412 (or 0xDDA412) is known color: Gamboge. HEX triplet: DD, A4 and 12. RGB value is (221,164,18). Sum of RGB (Red+Green+Blue) = 221+164+18=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA412 is #225BED. Grayscale: #A5A5A5. Windows color (decimal): -2251758 or 1221853. OLE color: 1221853.

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

Color convert

RGB 221 164 18 -
CMYK 0 0.26 0.92 0.13
HSL 43.15º 0.85% 0.47% -
HSV(B) 43.15º 0.92% 0.87% -
XYZ 43.2 41.97 6.4 -
YUV 164.4 45.38 168.37 -
System Red Green Blue C M Y K H S L
Decimal 221 164 18 0 0.26 0.92 0.13 43.15 0.85 0.47
Hex DD A4 12 0 1A 5C D 2B 55 2F
Octal 335 244 22 0 32 134 15 53 125 57
Binary 11011101 10100100 10010 0 11010 1011100 1101 101011 1010101 101111

Color Harmonies of #DDA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA412

Black with #DDA412

Text Example


Text Example

White with #DDA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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