Html Css Color HEX #DFDC7C Goldenrod

📋 copy color: '#DFDC7C'

red 223 ◦ green 220 ◦ blue 124

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

Shades of Goldenrod #DFDC7C

Tints of Goldenrod #DFDC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.87%

R = 39.33%
G = 38.8%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DFDC7C (or 0xDFDC7C) is known color: Goldenrod. HEX triplet: DF, DC and 7C. RGB value is (223,220,124). Sum of RGB (Red+Green+Blue) = 223+220+124=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC7C is #202383. Grayscale: #D2D2D2. Windows color (decimal): -2106244 or 8183007. OLE color: 8183007.

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

Color convert

RGB 223 220 124 -
CMYK 0 0.01 0.44 0.13
HSL 58.18º 0.61% 0.68% -
HSV(B) 58.18º 0.44% 0.87% -
XYZ 59.66 68.33 29.11 -
YUV 209.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 223 220 124 0 0.01 0.44 0.13 58.18 0.61 0.68
Hex DF DC 7C 0 1 2C D 3A 3D 44
Octal 337 334 174 0 1 54 15 72 75 104
Binary 11011111 11011100 1111100 0 1 101100 1101 111010 111101 1000100

Color Harmonies of #DFDC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC7C

Black with #DFDC7C

Text Example


Text Example

White with #DFDC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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