Html Css Color HEX #DCDA6D Goldenrod

📋 copy color: '#DCDA6D'

red 220 ◦ green 218 ◦ blue 109

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

Shades of Goldenrod #DCDA6D

Tints of Goldenrod #DCDA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 40.22%
G = 39.85%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCDA6D (or 0xDCDA6D) is known color: Goldenrod. HEX triplet: DC, DA and 6D. RGB value is (220,218,109). Sum of RGB (Red+Green+Blue) = 220+218+109=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA6D is #232592. Grayscale: #CECECE. Windows color (decimal): -2303379 or 7199452. OLE color: 7199452.

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

Color convert

RGB 220 218 109 -
CMYK 0 0.01 0.50 0.14
HSL 58.92º 0.61% 0.65% -
HSV(B) 58.92º 0.5% 0.86% -
XYZ 57.35 66.46 24.27 -
YUV 206.17 73.16 137.86 -
System Red Green Blue C M Y K H S L
Decimal 220 218 109 0 0.01 0.50 0.14 58.92 0.61 0.65
Hex DC DA 6D 0 1 32 E 3B 3D 41
Octal 334 332 155 0 1 62 16 73 75 101
Binary 11011100 11011010 1101101 0 1 110010 1110 111011 111101 1000001

Color Harmonies of #DCDA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA6D

Black with #DCDA6D

Text Example


Text Example

White with #DCDA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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