Html Css Color HEX #DCD562 Goldenrod

📋 copy color: '#DCD562'

red 220 ◦ green 213 ◦ blue 98

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

Shades of Goldenrod #DCD562

Tints of Goldenrod #DCD562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.46%

R = 41.43%
G = 40.11%
B = 18.46%

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

#DCD562 (or 0xDCD562) is known color: Goldenrod. HEX triplet: DC, D5 and 62. RGB value is (220,213,98). Sum of RGB (Red+Green+Blue) = 220+213+98=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD562 is #232A9D. Grayscale: #CACACA. Windows color (decimal): -2304670 or 6477276. OLE color: 6477276.

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

Color convert

RGB 220 213 98 -
CMYK 0 0.03 0.55 0.14
HSL 56.56º 0.64% 0.62% -
HSV(B) 56.56º 0.55% 0.86% -
XYZ 55.51 63.69 20.92 -
YUV 201.98 69.32 140.85 -
System Red Green Blue C M Y K H S L
Decimal 220 213 98 0 0.03 0.55 0.14 56.56 0.64 0.62
Hex DC D5 62 0 3 37 E 39 40 3E
Octal 334 325 142 0 3 67 16 71 100 76
Binary 11011100 11010101 1100010 0 11 110111 1110 111001 1000000 111110

Color Harmonies of #DCD562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD562

Black with #DCD562

Text Example


Text Example

White with #DCD562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD562; }

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

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

background-color css

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

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

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

border-color css

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

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

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