Html Css Color HEX #DCDA78 Goldenrod

📋 copy color: '#DCDA78'

red 220 ◦ green 218 ◦ blue 120

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

Shades of Goldenrod #DCDA78

Tints of Goldenrod #DCDA78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.51%

R = 39.43%
G = 39.07%
B = 21.51%

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

#DCDA78 (or 0xDCDA78) is known color: Goldenrod. HEX triplet: DC, DA and 78. RGB value is (220,218,120). Sum of RGB (Red+Green+Blue) = 220+218+120=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA78 is #232587. Grayscale: #CFCFCF. Windows color (decimal): -2303368 or 7920348. OLE color: 7920348.

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

Color convert

RGB 220 218 120 -
CMYK 0 0.01 0.45 0.14
HSL 58.8º 0.59% 0.67% -
HSV(B) 58.8º 0.45% 0.86% -
XYZ 57.98 66.71 27.59 -
YUV 207.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 220 218 120 0 0.01 0.45 0.14 58.8 0.59 0.67
Hex DC DA 78 0 1 2D E 3B 3B 43
Octal 334 332 170 0 1 55 16 73 73 103
Binary 11011100 11011010 1111000 0 1 101101 1110 111011 111011 1000011

Color Harmonies of #DCDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA78

Black with #DCDA78

Text Example


Text Example

White with #DCDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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