Html Css Color HEX #DDAB10 Gamboge

📋 copy color: '#DDAB10'

red 221 ◦ green 171 ◦ blue 16

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

Shades of Gamboge #DDAB10

Tints of Gamboge #DDAB10

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 16 (6.64% from 255) = 3.92%

R = 54.17%
G = 41.91%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DDAB10 (or 0xDDAB10) is known color: Gamboge. HEX triplet: DD, AB and 10. RGB value is (221,171,16). Sum of RGB (Red+Green+Blue) = 221+171+16=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB10 is #2254EF. Grayscale: #A8A8A8. Windows color (decimal): -2249968 or 1092573. OLE color: 1092573.

HSL color Cylindrical-coordinate representation of color #DDAB10: hue angle of 45.37º degrees, saturation: 0.86, 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 #DDAB10 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 16 -
CMYK 0 0.23 0.93 0.13
HSL 45.37º 0.86% 0.46% -
HSV(B) 45.37º 0.93% 0.87% -
XYZ 44.48 44.54 6.74 -
YUV 168.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 221 171 16 0 0.23 0.93 0.13 45.37 0.86 0.46
Hex DD AB 10 0 17 5D D 2D 56 2E
Octal 335 253 20 0 27 135 15 55 126 56
Binary 11011101 10101011 10000 0 10111 1011101 1101 101101 1010110 101110

Color Harmonies of #DDAB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB10

Black with #DDAB10

Text Example


Text Example

White with #DDAB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB10; }

 p { color: rgb(221,171,16); }

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

background-color css

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

 a { background-color: rgb(221,171,16); }

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

border-color css

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

 span { border-color: rgb(221,171,16); }

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