Html Css Color HEX #DDD66D Goldenrod

📋 copy color: '#DDD66D'

red 221 ◦ green 214 ◦ blue 109

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

Shades of Goldenrod #DDD66D

Tints of Goldenrod #DDD66D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.34%

 BLUE value IS 109 (42.97% from 255) = 20.04%

R = 40.63%
G = 39.34%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DDD66D (or 0xDDD66D) is known color: Goldenrod. HEX triplet: DD, D6 and 6D. RGB value is (221,214,109). Sum of RGB (Red+Green+Blue) = 221+214+109=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 109 (42.97% from 255 or 20.04% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD66D is #222992. Grayscale: #CCCCCC. Windows color (decimal): -2238867 or 7198429. OLE color: 7198429.

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

Color convert

RGB 221 214 109 -
CMYK 0 0.03 0.51 0.13
HSL 56.25º 0.62% 0.65% -
HSV(B) 56.25º 0.51% 0.87% -
XYZ 56.63 64.57 23.95 -
YUV 204.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 221 214 109 0 0.03 0.51 0.13 56.25 0.62 0.65
Hex DD D6 6D 0 3 33 D 38 3E 41
Octal 335 326 155 0 3 63 15 70 76 101
Binary 11011101 11010110 1101101 0 11 110011 1101 111000 111110 1000001

Color Harmonies of #DDD66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD66D

Black with #DDD66D

Text Example


Text Example

White with #DDD66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD66D; }

 p { color: rgb(221,214,109); }

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

background-color css

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

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

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

border-color css

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

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

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