Html Css Color HEX #DCD56F Goldenrod

📋 copy color: '#DCD56F'

red 220 ◦ green 213 ◦ blue 111

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

Shades of Goldenrod #DCD56F

Tints of Goldenrod #DCD56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.4%

R = 40.44%
G = 39.15%
B = 20.4%

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

#DCD56F (or 0xDCD56F) is known color: Goldenrod. HEX triplet: DC, D5 and 6F. RGB value is (220,213,111). Sum of RGB (Red+Green+Blue) = 220+213+111=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD56F is #232A90. Grayscale: #CBCBCB. Windows color (decimal): -2304657 or 7329244. OLE color: 7329244.

HSL color Cylindrical-coordinate representation of color #DCD56F: hue angle of 56.15º 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 #DCD56F is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 213 111 -
CMYK 0 0.03 0.50 0.14
HSL 56.15º 0.61% 0.65% -
HSV(B) 56.15º 0.5% 0.86% -
XYZ 56.18 63.95 24.42 -
YUV 203.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 220 213 111 0 0.03 0.50 0.14 56.15 0.61 0.65
Hex DC D5 6F 0 3 32 E 38 3D 41
Octal 334 325 157 0 3 62 16 70 75 101
Binary 11011100 11010101 1101111 0 11 110010 1110 111000 111101 1000001

Color Harmonies of #DCD56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD56F

Black with #DCD56F

Text Example


Text Example

White with #DCD56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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