Html Css Color HEX #DCD875 Goldenrod

📋 copy color: '#DCD875'

red 220 ◦ green 216 ◦ blue 117

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

Shades of Goldenrod #DCD875

Tints of Goldenrod #DCD875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 39.78%
G = 39.06%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD875 (or 0xDCD875) is known color: Goldenrod. HEX triplet: DC, D8 and 75. RGB value is (220,216,117). Sum of RGB (Red+Green+Blue) = 220+216+117=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD875 is #23278A. Grayscale: #CECECE. Windows color (decimal): -2303883 or 7723228. OLE color: 7723228.

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

Color convert

RGB 220 216 117 -
CMYK 0 0.02 0.47 0.14
HSL 57.67º 0.6% 0.66% -
HSV(B) 57.67º 0.47% 0.86% -
XYZ 57.28 65.61 26.47 -
YUV 205.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 220 216 117 0 0.02 0.47 0.14 57.67 0.6 0.66
Hex DC D8 75 0 2 2F E 3A 3C 42
Octal 334 330 165 0 2 57 16 72 74 102
Binary 11011100 11011000 1110101 0 10 101111 1110 111010 111100 1000010

Color Harmonies of #DCD875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD875

Black with #DCD875

Text Example


Text Example

White with #DCD875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD875; }

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

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

background-color css

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

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

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

border-color css

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

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

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