Html Css Color HEX #DDA612 Gamboge

📋 copy color: '#DDA612'

red 221 ◦ green 166 ◦ blue 18

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

Shades of Gamboge #DDA612

Tints of Gamboge #DDA612

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

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

R = 54.57%
G = 40.99%
B = 4.44%

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

#DDA612 (or 0xDDA612) is known color: Gamboge. HEX triplet: DD, A6 and 12. RGB value is (221,166,18). Sum of RGB (Red+Green+Blue) = 221+166+18=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA612 is #2259ED. Grayscale: #A6A6A6. Windows color (decimal): -2251246 or 1222365. OLE color: 1222365.

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

Color convert

RGB 221 166 18 -
CMYK 0 0.25 0.92 0.13
HSL 43.74º 0.85% 0.47% -
HSV(B) 43.74º 0.92% 0.87% -
XYZ 43.56 42.69 6.52 -
YUV 165.57 44.72 167.53 -
System Red Green Blue C M Y K H S L
Decimal 221 166 18 0 0.25 0.92 0.13 43.74 0.85 0.47
Hex DD A6 12 0 19 5C D 2C 55 2F
Octal 335 246 22 0 31 134 15 54 125 57
Binary 11011101 10100110 10010 0 11001 1011100 1101 101100 1010101 101111

Color Harmonies of #DDA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA612

Black with #DDA612

Text Example


Text Example

White with #DDA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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