#dddb6b

Color #DDDB6B Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DDDB6B

Tints of Goldenrod #DDDB6B

Color information

#DDDB6B (or 0xDDDB6B) is unknown color: approx Goldenrod. HEX triplet: DD, DB and 6B. RGB value is (221,219,107). Sum of RGB (Red+Green+Blue) = 221+219+107=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 107 (42.19% from 255 or 19.56% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDB6B is #222494. Grayscale: #CFCFCF. Windows color (decimal): -2237589 or 7068637. OLE color: 7068637.

HSL color Cylindrical-coordinate representation of color #DDDB6B: hue angle of 58.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDDB6B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221219107-
CMYK00.010.520.13
HSL58.95º62.64%64.31%-
HSV(B)58.95º51.58%86.67%-
XYZ57.867.123.81-
YUV206.8371.66138.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 107 (42.19% from 255) = 19.56%
R=40.40%
G=40.04%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121910700.010.520.1358.9562.6464.31
HexDDDB6B0134D3b3f40
Octal3353331530164157377100
Binary110111011101101111010110111010011011110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dddb6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dddb6b; }

 p { color: rgb(221,219,107); }

 H1.HeaderClassName
 {
   color: #dddb6b;
 }
 .AnyTagClassName
 {
   color: #dddb6b;
 }
</style>
background-color css

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

 a { background-color: rgb(221,219,107); }

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

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

 span { border-color: rgb(221,219,107); }

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