Html Css Color HEX #DFDC74 Goldenrod

📋 copy color: '#DFDC74'

red 223 ◦ green 220 ◦ blue 116

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

Shades of Goldenrod #DFDC74

Tints of Goldenrod #DFDC74

RGB

 RED value IS 223 (87.5% from 255) = 39.89%

 GREEN value IS 220 (86.33% from 255) = 39.36%

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

R = 39.89%
G = 39.36%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFDC74 (or 0xDFDC74) is known color: Goldenrod. HEX triplet: DF, DC and 74. RGB value is (223,220,116). Sum of RGB (Red+Green+Blue) = 223+220+116=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 116 (45.70% from 255 or 20.75% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC74 is #20238B. Grayscale: #D1D1D1. Windows color (decimal): -2106252 or 7658719. OLE color: 7658719.

HSL color Cylindrical-coordinate representation of color #DFDC74: hue angle of 58.32º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFDC74 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 116 -
CMYK 0 0.01 0.48 0.13
HSL 58.32º 0.63% 0.66% -
HSV(B) 58.32º 0.48% 0.87% -
XYZ 59.18 68.14 26.56 -
YUV 209.04 75.49 137.96 -
System Red Green Blue C M Y K H S L
Decimal 223 220 116 0 0.01 0.48 0.13 58.32 0.63 0.66
Hex DF DC 74 0 1 30 D 3A 3F 42
Octal 337 334 164 0 1 60 15 72 77 102
Binary 11011111 11011100 1110100 0 1 110000 1101 111010 111111 1000010

Color Harmonies of #DFDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC74

Black with #DFDC74

Text Example


Text Example

White with #DFDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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