Html Css Color HEX #DCD56C Goldenrod

📋 copy color: '#DCD56C'

red 220 ◦ green 213 ◦ blue 108

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

Shades of Goldenrod #DCD56C

Tints of Goldenrod #DCD56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.96%

R = 40.67%
G = 39.37%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD56C (or 0xDCD56C) is known color: Goldenrod. HEX triplet: DC, D5 and 6C. RGB value is (220,213,108). Sum of RGB (Red+Green+Blue) = 220+213+108=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD56C is #232A93. Grayscale: #CBCBCB. Windows color (decimal): -2304660 or 7132636. OLE color: 7132636.

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

Color convert

RGB 220 213 108 -
CMYK 0 0.03 0.51 0.14
HSL 56.25º 0.62% 0.64% -
HSV(B) 56.25º 0.51% 0.86% -
XYZ 56.02 63.89 23.57 -
YUV 203.12 74.32 140.04 -
System Red Green Blue C M Y K H S L
Decimal 220 213 108 0 0.03 0.51 0.14 56.25 0.62 0.64
Hex DC D5 6C 0 3 33 E 38 3E 40
Octal 334 325 154 0 3 63 16 70 76 100
Binary 11011100 11010101 1101100 0 11 110011 1110 111000 111110 1000000

Color Harmonies of #DCD56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD56C

Black with #DCD56C

Text Example


Text Example

White with #DCD56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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