Html Css Color HEX #DCD86F Goldenrod

📋 copy color: '#DCD86F'

red 220 ◦ green 216 ◦ blue 111

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

Shades of Goldenrod #DCD86F

Tints of Goldenrod #DCD86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

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

R = 40.22%
G = 39.49%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCD86F (or 0xDCD86F) is known color: Goldenrod. HEX triplet: DC, D8 and 6F. RGB value is (220,216,111). Sum of RGB (Red+Green+Blue) = 220+216+111=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD86F is #232790. Grayscale: #CDCDCD. Windows color (decimal): -2303889 or 7330012. OLE color: 7330012.

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

Color convert

RGB 220 216 111 -
CMYK 0 0.02 0.50 0.14
HSL 57.8º 0.61% 0.65% -
HSV(B) 57.8º 0.5% 0.86% -
XYZ 56.94 65.48 24.68 -
YUV 205.23 74.83 138.54 -
System Red Green Blue C M Y K H S L
Decimal 220 216 111 0 0.02 0.50 0.14 57.8 0.61 0.65
Hex DC D8 6F 0 2 32 E 3A 3D 41
Octal 334 330 157 0 2 62 16 72 75 101
Binary 11011100 11011000 1101111 0 10 110010 1110 111010 111101 1000001

Color Harmonies of #DCD86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD86F

Black with #DCD86F

Text Example


Text Example

White with #DCD86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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