Html Css Color HEX #DDDC74 Goldenrod

📋 copy color: '#DDDC74'

red 221 ◦ green 220 ◦ blue 116

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

Shades of Goldenrod #DDDC74

Tints of Goldenrod #DDDC74

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.5%

 BLUE value IS 116 (45.7% from 255) = 20.83%

R = 39.68%
G = 39.5%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDDC74 (or 0xDDDC74) is known color: Goldenrod. HEX triplet: DD, DC and 74. RGB value is (221,220,116). Sum of RGB (Red+Green+Blue) = 221+220+116=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC74 is #22238B. Grayscale: #D0D0D0. Windows color (decimal): -2237324 or 7658717. OLE color: 7658717.

HSL color Cylindrical-coordinate representation of color #DDDC74: hue angle of 59.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDDC74 is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 116 -
CMYK 0 0.00 0.48 0.13
HSL 59.43º 0.61% 0.66% -
HSV(B) 59.43º 0.48% 0.87% -
XYZ 58.56 67.82 26.53 -
YUV 208.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 221 220 116 0 0.00 0.48 0.13 59.43 0.61 0.66
Hex DD DC 74 0 0 30 D 3B 3D 42
Octal 335 334 164 0 0 60 15 73 75 102
Binary 11011101 11011100 1110100 0 0 110000 1101 111011 111101 1000010

Color Harmonies of #DDDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC74

Black with #DDDC74

Text Example


Text Example

White with #DDDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC74; }

 p { color: rgb(221,220,116); }

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

background-color css

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

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

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

border-color css

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

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

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