Html Css Color HEX #DCDA74 Goldenrod

📋 copy color: '#DCDA74'

red 220 ◦ green 218 ◦ blue 116

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

Shades of Goldenrod #DCDA74

Tints of Goldenrod #DCDA74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.94%

R = 39.71%
G = 39.35%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCDA74 (or 0xDCDA74) is known color: Goldenrod. HEX triplet: DC, DA and 74. RGB value is (220,218,116). Sum of RGB (Red+Green+Blue) = 220+218+116=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA74 is #23258B. Grayscale: #CFCFCF. Windows color (decimal): -2303372 or 7658204. OLE color: 7658204.

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

Color convert

RGB 220 218 116 -
CMYK 0 0.01 0.47 0.14
HSL 58.85º 0.6% 0.66% -
HSV(B) 58.85º 0.47% 0.86% -
XYZ 57.74 66.62 26.34 -
YUV 206.97 76.66 137.29 -
System Red Green Blue C M Y K H S L
Decimal 220 218 116 0 0.01 0.47 0.14 58.85 0.6 0.66
Hex DC DA 74 0 1 2F E 3B 3C 42
Octal 334 332 164 0 1 57 16 73 74 102
Binary 11011100 11011010 1110100 0 1 101111 1110 111011 111100 1000010

Color Harmonies of #DCDA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA74

Black with #DCDA74

Text Example


Text Example

White with #DCDA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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