Html Css Color HEX #DCD56E Goldenrod

📋 copy color: '#DCD56E'

red 220 ◦ green 213 ◦ blue 110

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

Shades of Goldenrod #DCD56E

Tints of Goldenrod #DCD56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.26%

R = 40.52%
G = 39.23%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCD56E (or 0xDCD56E) is known color: Goldenrod. HEX triplet: DC, D5 and 6E. RGB value is (220,213,110). Sum of RGB (Red+Green+Blue) = 220+213+110=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD56E is #232A91. Grayscale: #CBCBCB. Windows color (decimal): -2304658 or 7263708. OLE color: 7263708.

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

Color convert

RGB 220 213 110 -
CMYK 0 0.03 0.50 0.14
HSL 56.18º 0.61% 0.65% -
HSV(B) 56.18º 0.5% 0.86% -
XYZ 56.12 63.93 24.13 -
YUV 203.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 220 213 110 0 0.03 0.50 0.14 56.18 0.61 0.65
Hex DC D5 6E 0 3 32 E 38 3D 41
Octal 334 325 156 0 3 62 16 70 75 101
Binary 11011100 11010101 1101110 0 11 110010 1110 111000 111101 1000001

Color Harmonies of #DCD56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD56E

Black with #DCD56E

Text Example


Text Example

White with #DCD56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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