Html Css Color HEX #DDA10F Gamboge

📋 copy color: '#DDA10F'

red 221 ◦ green 161 ◦ blue 15

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

Shades of Gamboge #DDA10F

Tints of Gamboge #DDA10F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

 BLUE value IS 15 (6.25% from 255) = 3.78%

R = 55.67%
G = 40.55%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDA10F (or 0xDDA10F) is known color: Gamboge. HEX triplet: DD, A1 and 0F. RGB value is (221,161,15). Sum of RGB (Red+Green+Blue) = 221+161+15=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA10F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA10F is #225EF0. Grayscale: #A2A2A2. Windows color (decimal): -2252529 or 1024477. OLE color: 1024477.

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

Color convert

RGB 221 161 15 -
CMYK 0 0.27 0.93 0.13
HSL 42.52º 0.87% 0.46% -
HSV(B) 42.52º 0.93% 0.87% -
XYZ 42.65 40.9 6.1 -
YUV 162.3 44.88 169.87 -
System Red Green Blue C M Y K H S L
Decimal 221 161 15 0 0.27 0.93 0.13 42.52 0.87 0.46
Hex DD A1 F 0 1B 5D D 2B 57 2E
Octal 335 241 17 0 33 135 15 53 127 56
Binary 11011101 10100001 1111 0 11011 1011101 1101 101011 1010111 101110

Color Harmonies of #DDA10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA10F

Black with #DDA10F

Text Example


Text Example

White with #DDA10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA10F; }

 p { color: rgb(221,161,15); }

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

background-color css

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

 a { background-color: rgb(221,161,15); }

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

border-color css

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

 span { border-color: rgb(221,161,15); }

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