Html Css Color HEX #DDD670 Goldenrod

📋 copy color: '#DDD670'

red 221 ◦ green 214 ◦ blue 112

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

Shades of Goldenrod #DDD670

Tints of Goldenrod #DDD670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 40.4%
G = 39.12%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDD670 (or 0xDDD670) is known color: Goldenrod. HEX triplet: DD, D6 and 70. RGB value is (221,214,112). Sum of RGB (Red+Green+Blue) = 221+214+112=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD670 is #22298F. Grayscale: #CCCCCC. Windows color (decimal): -2238864 or 7395037. OLE color: 7395037.

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

Color convert

RGB 221 214 112 -
CMYK 0 0.03 0.49 0.13
HSL 56.15º 0.62% 0.65% -
HSV(B) 56.15º 0.49% 0.87% -
XYZ 56.79 64.64 24.81 -
YUV 204.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 221 214 112 0 0.03 0.49 0.13 56.15 0.62 0.65
Hex DD D6 70 0 3 31 D 38 3E 41
Octal 335 326 160 0 3 61 15 70 76 101
Binary 11011101 11010110 1110000 0 11 110001 1101 111000 111110 1000001

Color Harmonies of #DDD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD670

Black with #DDD670

Text Example


Text Example

White with #DDD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD670; }

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

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

background-color css

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

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

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

border-color css

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

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

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