Html Css Color HEX #DCD563 Goldenrod

📋 copy color: '#DCD563'

red 220 ◦ green 213 ◦ blue 99

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

Shades of Goldenrod #DCD563

Tints of Goldenrod #DCD563

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.04%

 BLUE value IS 99 (39.06% from 255) = 18.61%

R = 41.35%
G = 40.04%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD563 (or 0xDCD563) is known color: Goldenrod. HEX triplet: DC, D5 and 63. RGB value is (220,213,99). Sum of RGB (Red+Green+Blue) = 220+213+99=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD563 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD563 is #232A9C. Grayscale: #CACACA. Windows color (decimal): -2304669 or 6542812. OLE color: 6542812.

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

Color convert

RGB 220 213 99 -
CMYK 0 0.03 0.55 0.14
HSL 56.53º 0.63% 0.63% -
HSV(B) 56.53º 0.55% 0.86% -
XYZ 55.56 63.71 21.17 -
YUV 202.1 69.82 140.77 -
System Red Green Blue C M Y K H S L
Decimal 220 213 99 0 0.03 0.55 0.14 56.53 0.63 0.63
Hex DC D5 63 0 3 37 E 39 3F 3F
Octal 334 325 143 0 3 67 16 71 77 77
Binary 11011100 11010101 1100011 0 11 110111 1110 111001 111111 111111

Color Harmonies of #DCD563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD563

Black with #DCD563

Text Example


Text Example

White with #DCD563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD563; }

 p { color: rgb(220,213,99); }

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

background-color css

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

 a { background-color: rgb(220,213,99); }

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

border-color css

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

 span { border-color: rgb(220,213,99); }

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