Html Css Color HEX #DCDA7F Goldenrod

📋 copy color: '#DCDA7F'

red 220 ◦ green 218 ◦ blue 127

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

Shades of Goldenrod #DCDA7F

Tints of Goldenrod #DCDA7F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.58%

 BLUE value IS 127 (50% from 255) = 22.48%

R = 38.94%
G = 38.58%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DCDA7F (or 0xDCDA7F) is known color: Goldenrod. HEX triplet: DC, DA and 7F. RGB value is (220,218,127). Sum of RGB (Red+Green+Blue) = 220+218+127=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7F is #232580. Grayscale: #D0D0D0. Windows color (decimal): -2303361 or 8379100. OLE color: 8379100.

HSL color Cylindrical-coordinate representation of color #DCDA7F: hue angle of 58.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCDA7F is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 127 -
CMYK 0 0.01 0.42 0.14
HSL 58.71º 0.57% 0.68% -
HSV(B) 58.71º 0.42% 0.86% -
XYZ 58.42 66.89 29.91 -
YUV 208.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 220 218 127 0 0.01 0.42 0.14 58.71 0.57 0.68
Hex DC DA 7F 0 1 2A E 3B 39 44
Octal 334 332 177 0 1 52 16 73 71 104
Binary 11011100 11011010 1111111 0 1 101010 1110 111011 111001 1000100

Color Harmonies of #DCDA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA7F

Black with #DCDA7F

Text Example


Text Example

White with #DCDA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA7F; }

 p { color: rgb(220,218,127); }

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

background-color css

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

 a { background-color: rgb(220,218,127); }

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

border-color css

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

 span { border-color: rgb(220,218,127); }

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