Html Css Color HEX #DDD56F Goldenrod

📋 copy color: '#DDD56F'

red 221 ◦ green 213 ◦ blue 111

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

Shades of Goldenrod #DDD56F

Tints of Goldenrod #DDD56F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.08%

 BLUE value IS 111 (43.75% from 255) = 20.37%

R = 40.55%
G = 39.08%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD56F (or 0xDDD56F) is known color: Goldenrod. HEX triplet: DD, D5 and 6F. RGB value is (221,213,111). Sum of RGB (Red+Green+Blue) = 221+213+111=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56F is #222A90. Grayscale: #CCCCCC. Windows color (decimal): -2239121 or 7329245. OLE color: 7329245.

HSL color Cylindrical-coordinate representation of color #DDD56F: hue angle of 55.64º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD56F is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 111 -
CMYK 0 0.04 0.50 0.13
HSL 55.64º 0.62% 0.65% -
HSV(B) 55.64º 0.5% 0.87% -
XYZ 56.48 64.11 24.44 -
YUV 203.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 221 213 111 0 0.04 0.50 0.13 55.64 0.62 0.65
Hex DD D5 6F 0 4 32 D 38 3E 41
Octal 335 325 157 0 4 62 15 70 76 101
Binary 11011101 11010101 1101111 0 100 110010 1101 111000 111110 1000001

Color Harmonies of #DDD56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD56F

Black with #DDD56F

Text Example


Text Example

White with #DDD56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD56F; }

 p { color: rgb(221,213,111); }

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

background-color css

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

 a { background-color: rgb(221,213,111); }

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

border-color css

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

 span { border-color: rgb(221,213,111); }

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