Html Css Color HEX #DDA90E Gamboge

📋 copy color: '#DDA90E'

red 221 ◦ green 169 ◦ blue 14

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

Shades of Gamboge #DDA90E

Tints of Gamboge #DDA90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

 BLUE value IS 14 (5.86% from 255) = 3.47%

R = 54.7%
G = 41.83%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDA90E (or 0xDDA90E) is known color: Gamboge. HEX triplet: DD, A9 and 0E. RGB value is (221,169,14). Sum of RGB (Red+Green+Blue) = 221+169+14=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 14 (5.86% from 255 or 3.47% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA90E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA90E is #2256F1. Grayscale: #A7A7A7. Windows color (decimal): -2250482 or 960989. OLE color: 960989.

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

Color convert

RGB 221 169 14 -
CMYK 0 0.24 0.94 0.13
HSL 44.93º 0.88% 0.46% -
HSV(B) 44.93º 0.94% 0.87% -
XYZ 44.09 43.78 6.54 -
YUV 166.88 41.73 166.6 -
System Red Green Blue C M Y K H S L
Decimal 221 169 14 0 0.24 0.94 0.13 44.93 0.88 0.46
Hex DD A9 E 0 18 5E D 2D 58 2E
Octal 335 251 16 0 30 136 15 55 130 56
Binary 11011101 10101001 1110 0 11000 1011110 1101 101101 1011000 101110

Color Harmonies of #DDA90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA90E

Black with #DDA90E

Text Example


Text Example

White with #DDA90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA90E; }

 p { color: rgb(221,169,14); }

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

background-color css

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

 a { background-color: rgb(221,169,14); }

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

border-color css

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

 span { border-color: rgb(221,169,14); }

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