Html Css Color HEX #DCD86B Goldenrod

📋 copy color: '#DCD86B'

red 220 ◦ green 216 ◦ blue 107

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

Shades of Goldenrod #DCD86B

Tints of Goldenrod #DCD86B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.71%

R = 40.52%
G = 39.78%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCD86B (or 0xDCD86B) is known color: Goldenrod. HEX triplet: DC, D8 and 6B. RGB value is (220,216,107). Sum of RGB (Red+Green+Blue) = 220+216+107=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 216 (84.77% from 255 or 39.78% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD86B is #232794. Grayscale: #CDCDCD. Windows color (decimal): -2303893 or 7067868. OLE color: 7067868.

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

Color convert

RGB 220 216 107 -
CMYK 0 0.02 0.51 0.14
HSL 57.88º 0.62% 0.64% -
HSV(B) 57.88º 0.51% 0.86% -
XYZ 56.72 65.39 23.54 -
YUV 204.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 220 216 107 0 0.02 0.51 0.14 57.88 0.62 0.64
Hex DC D8 6B 0 2 33 E 3A 3E 40
Octal 334 330 153 0 2 63 16 72 76 100
Binary 11011100 11011000 1101011 0 10 110011 1110 111010 111110 1000000

Color Harmonies of #DCD86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD86B

Black with #DCD86B

Text Example


Text Example

White with #DCD86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD86B; }

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

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

background-color css

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

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

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

border-color css

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

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

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