Html Css Color HEX #DCD86A Goldenrod

📋 copy color: '#DCD86A'

red 220 ◦ green 216 ◦ blue 106

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

Shades of Goldenrod #DCD86A

Tints of Goldenrod #DCD86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 40.59%
G = 39.85%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCD86A (or 0xDCD86A) is known color: Goldenrod. HEX triplet: DC, D8 and 6A. RGB value is (220,216,106). Sum of RGB (Red+Green+Blue) = 220+216+106=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD86A is #232795. Grayscale: #CDCDCD. Windows color (decimal): -2303894 or 7002332. OLE color: 7002332.

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

Color convert

RGB 220 216 106 -
CMYK 0 0.02 0.52 0.14
HSL 57.89º 0.62% 0.64% -
HSV(B) 57.89º 0.52% 0.86% -
XYZ 56.67 65.37 23.27 -
YUV 204.66 72.33 138.94 -
System Red Green Blue C M Y K H S L
Decimal 220 216 106 0 0.02 0.52 0.14 57.89 0.62 0.64
Hex DC D8 6A 0 2 34 E 3A 3E 40
Octal 334 330 152 0 2 64 16 72 76 100
Binary 11011100 11011000 1101010 0 10 110100 1110 111010 111110 1000000

Color Harmonies of #DCD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD86A

Black with #DCD86A

Text Example


Text Example

White with #DCD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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