Html Css Color HEX #DCD671 Goldenrod

📋 copy color: '#DCD671'

red 220 ◦ green 214 ◦ blue 113

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

Shades of Goldenrod #DCD671

Tints of Goldenrod #DCD671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.66%

R = 40.22%
G = 39.12%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCD671 (or 0xDCD671) is known color: Goldenrod. HEX triplet: DC, D6 and 71. RGB value is (220,214,113). Sum of RGB (Red+Green+Blue) = 220+214+113=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 214 (83.98% from 255 or 39.12% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD671 is #23298E. Grayscale: #CCCCCC. Windows color (decimal): -2304399 or 7460572. OLE color: 7460572.

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

Color convert

RGB 220 214 113 -
CMYK 0 0.03 0.49 0.14
HSL 56.64º 0.6% 0.65% -
HSV(B) 56.64º 0.49% 0.86% -
XYZ 56.54 64.5 25.09 -
YUV 204.28 76.49 139.21 -
System Red Green Blue C M Y K H S L
Decimal 220 214 113 0 0.03 0.49 0.14 56.64 0.6 0.65
Hex DC D6 71 0 3 31 E 39 3C 41
Octal 334 326 161 0 3 61 16 71 74 101
Binary 11011100 11010110 1110001 0 11 110001 1110 111001 111100 1000001

Color Harmonies of #DCD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD671

Black with #DCD671

Text Example


Text Example

White with #DCD671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD671; }

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

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

background-color css

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

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

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

border-color css

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

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

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