Html Css Color HEX #DFDC6E Goldenrod

📋 copy color: '#DFDC6E'

red 223 ◦ green 220 ◦ blue 110

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

Shades of Goldenrod #DFDC6E

Tints of Goldenrod #DFDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.89%

R = 40.33%
G = 39.78%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DFDC6E (or 0xDFDC6E) is known color: Goldenrod. HEX triplet: DF, DC and 6E. RGB value is (223,220,110). Sum of RGB (Red+Green+Blue) = 223+220+110=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC6E is #202391. Grayscale: #D0D0D0. Windows color (decimal): -2106258 or 7265503. OLE color: 7265503.

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

Color convert

RGB 223 220 110 -
CMYK 0 0.01 0.51 0.13
HSL 58.41º 0.64% 0.65% -
HSV(B) 58.41º 0.51% 0.87% -
XYZ 58.84 68 24.78 -
YUV 208.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 223 220 110 0 0.01 0.51 0.13 58.41 0.64 0.65
Hex DF DC 6E 0 1 33 D 3A 40 41
Octal 337 334 156 0 1 63 15 72 100 101
Binary 11011111 11011100 1101110 0 1 110011 1101 111010 1000000 1000001

Color Harmonies of #DFDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC6E

Black with #DFDC6E

Text Example


Text Example

White with #DFDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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