Html Css Color HEX #DCDA7A Goldenrod

📋 copy color: '#DCDA7A'

red 220 ◦ green 218 ◦ blue 122

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

Shades of Goldenrod #DCDA7A

Tints of Goldenrod #DCDA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.79%

R = 39.29%
G = 38.93%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCDA7A (or 0xDCDA7A) is known color: Goldenrod. HEX triplet: DC, DA and 7A. RGB value is (220,218,122). Sum of RGB (Red+Green+Blue) = 220+218+122=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA7A is #232585. Grayscale: #D0D0D0. Windows color (decimal): -2303366 or 8051420. OLE color: 8051420.

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

Color convert

RGB 220 218 122 -
CMYK 0 0.01 0.45 0.14
HSL 58.78º 0.58% 0.67% -
HSV(B) 58.78º 0.45% 0.86% -
XYZ 58.1 66.76 28.24 -
YUV 207.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 220 218 122 0 0.01 0.45 0.14 58.78 0.58 0.67
Hex DC DA 7A 0 1 2D E 3B 3A 43
Octal 334 332 172 0 1 55 16 73 72 103
Binary 11011100 11011010 1111010 0 1 101101 1110 111011 111010 1000011

Color Harmonies of #DCDA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA7A

Black with #DCDA7A

Text Example


Text Example

White with #DCDA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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