Html Css Color HEX #DDD668 Goldenrod

📋 copy color: '#DDD668'

red 221 ◦ green 214 ◦ blue 104

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

Shades of Goldenrod #DDD668

Tints of Goldenrod #DDD668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.29%

R = 41%
G = 39.7%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDD668 (or 0xDDD668) is known color: Goldenrod. HEX triplet: DD, D6 and 68. RGB value is (221,214,104). Sum of RGB (Red+Green+Blue) = 221+214+104=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 214 (83.98% from 255 or 39.70% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD668 is #222997. Grayscale: #CCCCCC. Windows color (decimal): -2238872 or 6870749. OLE color: 6870749.

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

Color convert

RGB 221 214 104 -
CMYK 0 0.03 0.53 0.13
HSL 56.41º 0.63% 0.64% -
HSV(B) 56.41º 0.53% 0.87% -
XYZ 56.36 64.46 22.57 -
YUV 203.55 71.82 140.44 -
System Red Green Blue C M Y K H S L
Decimal 221 214 104 0 0.03 0.53 0.13 56.41 0.63 0.64
Hex DD D6 68 0 3 35 D 38 3F 40
Octal 335 326 150 0 3 65 15 70 77 100
Binary 11011101 11010110 1101000 0 11 110101 1101 111000 111111 1000000

Color Harmonies of #DDD668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD668

Black with #DDD668

Text Example


Text Example

White with #DDD668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD668; }

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

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

background-color css

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

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

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

border-color css

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

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

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