Html Css Color HEX #DFDC6C Goldenrod

📋 copy color: '#DFDC6C'

red 223 ◦ green 220 ◦ blue 108

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

Shades of Goldenrod #DFDC6C

Tints of Goldenrod #DFDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.6%

R = 40.47%
G = 39.93%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFDC6C (or 0xDFDC6C) is known color: Goldenrod. HEX triplet: DF, DC and 6C. RGB value is (223,220,108). Sum of RGB (Red+Green+Blue) = 223+220+108=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDC6C is #202393. Grayscale: #D0D0D0. Windows color (decimal): -2106260 or 7134431. OLE color: 7134431.

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

Color convert

RGB 223 220 108 -
CMYK 0 0.01 0.52 0.13
HSL 58.43º 0.64% 0.65% -
HSV(B) 58.43º 0.52% 0.87% -
XYZ 58.73 67.96 24.21 -
YUV 208.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 223 220 108 0 0.01 0.52 0.13 58.43 0.64 0.65
Hex DF DC 6C 0 1 34 D 3A 40 41
Octal 337 334 154 0 1 64 15 72 100 101
Binary 11011111 11011100 1101100 0 1 110100 1101 111010 1000000 1000001

Color Harmonies of #DFDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC6C

Black with #DFDC6C

Text Example


Text Example

White with #DFDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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