Html Css Color HEX #DDDD6A Goldenrod

📋 copy color: '#DDDD6A'

red 221 ◦ green 221 ◦ blue 106

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

Shades of Goldenrod #DDDD6A

Tints of Goldenrod #DDDD6A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.33%

 BLUE value IS 106 (41.8% from 255) = 19.34%

R = 40.33%
G = 40.33%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDDD6A (or 0xDDDD6A) is known color: Goldenrod. HEX triplet: DD, DD and 6A. RGB value is (221,221,106). Sum of RGB (Red+Green+Blue) = 221+221+106=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD6A is #222295. Grayscale: #D0D0D0. Windows color (decimal): -2237078 or 7003613. OLE color: 7003613.

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

Color convert

RGB 221 221 106 -
CMYK 0 0 0.52 0.13
HSL 60º 0.63% 0.64% -
HSV(B) 60º 0.52% 0.87% -
XYZ 58.28 68.13 23.71 -
YUV 207.89 70.5 137.35 -
System Red Green Blue C M Y K H S L
Decimal 221 221 106 0 0 0.52 0.13 60 0.63 0.64
Hex DD DD 6A 0 0 34 D 3C 3F 40
Octal 335 335 152 0 0 64 15 74 77 100
Binary 11011101 11011101 1101010 0 0 110100 1101 111100 111111 1000000

Color Harmonies of #DDDD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD6A

Black with #DDDD6A

Text Example


Text Example

White with #DDDD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD6A; }

 p { color: rgb(221,221,106); }

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

background-color css

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

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

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

border-color css

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

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

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