Html Css Color HEX #DCD677 Goldenrod

📋 copy color: '#DCD677'

red 220 ◦ green 214 ◦ blue 119

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

Shades of Goldenrod #DCD677

Tints of Goldenrod #DCD677

RGB

 RED value IS 220 (86.33% from 255) = 39.78%

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

 BLUE value IS 119 (46.88% from 255) = 21.52%

R = 39.78%
G = 38.7%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCD677 (or 0xDCD677) is known color: Goldenrod. HEX triplet: DC, D6 and 77. RGB value is (220,214,119). Sum of RGB (Red+Green+Blue) = 220+214+119=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD677 is #232988. Grayscale: #CDCDCD. Windows color (decimal): -2304393 or 7853788. OLE color: 7853788.

HSL color Cylindrical-coordinate representation of color #DCD677: hue angle of 56.44º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCD677 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 214 119 -
CMYK 0 0.03 0.46 0.14
HSL 56.44º 0.59% 0.66% -
HSV(B) 56.44º 0.46% 0.86% -
XYZ 56.89 64.64 26.93 -
YUV 204.96 79.49 138.72 -
System Red Green Blue C M Y K H S L
Decimal 220 214 119 0 0.03 0.46 0.14 56.44 0.59 0.66
Hex DC D6 77 0 3 2E E 38 3B 42
Octal 334 326 167 0 3 56 16 70 73 102
Binary 11011100 11010110 1110111 0 11 101110 1110 111000 111011 1000010

Color Harmonies of #DCD677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD677

Black with #DCD677

Text Example


Text Example

White with #DCD677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD677; }

 p { color: rgb(220,214,119); }

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

background-color css

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

 a { background-color: rgb(220,214,119); }

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

border-color css

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

 span { border-color: rgb(220,214,119); }

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