Html Css Color HEX #DFDD6F Goldenrod

📋 copy color: '#DFDD6F'

red 223 ◦ green 221 ◦ blue 111

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

Shades of Goldenrod #DFDD6F

Tints of Goldenrod #DFDD6F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.82%

 BLUE value IS 111 (43.75% from 255) = 20%

R = 40.18%
G = 39.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DFDD6F (or 0xDFDD6F) is known color: Goldenrod. HEX triplet: DF, DD and 6F. RGB value is (223,221,111). Sum of RGB (Red+Green+Blue) = 223+221+111=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDD6F is #202290. Grayscale: #D1D1D1. Windows color (decimal): -2106001 or 7331295. OLE color: 7331295.

HSL color Cylindrical-coordinate representation of color #DFDD6F: hue angle of 58.93º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFDD6F is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 221 111 -
CMYK 0 0.01 0.50 0.13
HSL 58.93º 0.64% 0.65% -
HSV(B) 58.93º 0.5% 0.87% -
XYZ 59.16 68.55 25.15 -
YUV 209.06 72.66 137.94 -
System Red Green Blue C M Y K H S L
Decimal 223 221 111 0 0.01 0.50 0.13 58.93 0.64 0.65
Hex DF DD 6F 0 1 32 D 3B 40 41
Octal 337 335 157 0 1 62 15 73 100 101
Binary 11011111 11011101 1101111 0 1 110010 1101 111011 1000000 1000001

Color Harmonies of #DFDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDD6F

Black with #DFDD6F

Text Example


Text Example

White with #DFDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDD6F; }

 p { color: rgb(223,221,111); }

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

background-color css

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

 a { background-color: rgb(223,221,111); }

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

border-color css

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

 span { border-color: rgb(223,221,111); }

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