Html Css Color HEX #DDAB0E Gamboge

📋 copy color: '#DDAB0E'

red 221 ◦ green 171 ◦ blue 14

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

Shades of Gamboge #DDAB0E

Tints of Gamboge #DDAB0E

RGB

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

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

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

R = 54.43%
G = 42.12%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DDAB0E (or 0xDDAB0E) is known color: Gamboge. HEX triplet: DD, AB and 0E. RGB value is (221,171,14). Sum of RGB (Red+Green+Blue) = 221+171+14=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAB0E is #2254F1. Grayscale: #A8A8A8. Windows color (decimal): -2249970 or 961501. OLE color: 961501.

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

Color convert

RGB 221 171 14 -
CMYK 0 0.23 0.94 0.13
HSL 45.51º 0.88% 0.46% -
HSV(B) 45.51º 0.94% 0.87% -
XYZ 44.46 44.53 6.67 -
YUV 168.05 41.07 165.77 -
System Red Green Blue C M Y K H S L
Decimal 221 171 14 0 0.23 0.94 0.13 45.51 0.88 0.46
Hex DD AB E 0 17 5E D 2E 58 2E
Octal 335 253 16 0 27 136 15 56 130 56
Binary 11011101 10101011 1110 0 10111 1011110 1101 101110 1011000 101110

Color Harmonies of #DDAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB0E

Black with #DDAB0E

Text Example


Text Example

White with #DDAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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