Html Css Color HEX #DDA812 Gamboge

📋 copy color: '#DDA812'

red 221 ◦ green 168 ◦ blue 18

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

Shades of Gamboge #DDA812

Tints of Gamboge #DDA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

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

R = 54.3%
G = 41.28%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDA812 (or 0xDDA812) is known color: Gamboge. HEX triplet: DD, A8 and 12. RGB value is (221,168,18). Sum of RGB (Red+Green+Blue) = 221+168+18=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA812 is #2257ED. Grayscale: #A7A7A7. Windows color (decimal): -2250734 or 1222877. OLE color: 1222877.

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

Color convert

RGB 221 168 18 -
CMYK 0 0.24 0.92 0.13
HSL 44.33º 0.85% 0.47% -
HSV(B) 44.33º 0.92% 0.87% -
XYZ 43.93 43.42 6.64 -
YUV 166.75 44.06 166.7 -
System Red Green Blue C M Y K H S L
Decimal 221 168 18 0 0.24 0.92 0.13 44.33 0.85 0.47
Hex DD A8 12 0 18 5C D 2C 55 2F
Octal 335 250 22 0 30 134 15 54 125 57
Binary 11011101 10101000 10010 0 11000 1011100 1101 101100 1010101 101111

Color Harmonies of #DDA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA812

Black with #DDA812

Text Example


Text Example

White with #DDA812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA812; }

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

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

background-color css

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

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

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

border-color css

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

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

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