Html Css Color HEX #DDA80C Gamboge

📋 copy color: '#DDA80C'

red 221 ◦ green 168 ◦ blue 12

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

Shades of Gamboge #DDA80C

Tints of Gamboge #DDA80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 55.11%
G = 41.9%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DDA80C (or 0xDDA80C) is known color: Gamboge. HEX triplet: DD, A8 and 0C. RGB value is (221,168,12). Sum of RGB (Red+Green+Blue) = 221+168+12=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA80C is #2257F3. Grayscale: #A6A6A6. Windows color (decimal): -2250740 or 829661. OLE color: 829661.

HSL color Cylindrical-coordinate representation of color #DDA80C: hue angle of 44.78º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDA80C is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 168 12 -
CMYK 0 0.24 0.95 0.13
HSL 44.78º 0.9% 0.46% -
HSV(B) 44.78º 0.95% 0.87% -
XYZ 43.89 43.4 6.41 -
YUV 166.06 41.06 167.18 -
System Red Green Blue C M Y K H S L
Decimal 221 168 12 0 0.24 0.95 0.13 44.78 0.9 0.46
Hex DD A8 C 0 18 5F D 2D 5A 2E
Octal 335 250 14 0 30 137 15 55 132 56
Binary 11011101 10101000 1100 0 11000 1011111 1101 101101 1011010 101110

Color Harmonies of #DDA80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA80C

Black with #DDA80C

Text Example


Text Example

White with #DDA80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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