Html Css Color HEX #DCDF6F Goldenrod

📋 copy color: '#DCDF6F'

red 220 ◦ green 223 ◦ blue 111

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

Shades of Goldenrod #DCDF6F

Tints of Goldenrod #DCDF6F

RGB

 RED value IS 220 (86.33% from 255) = 39.71%

 GREEN value IS 223 (87.5% from 255) = 40.25%

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

R = 39.71%
G = 40.25%
B = 20.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DCDF6F (or 0xDCDF6F) is known color: Goldenrod. HEX triplet: DC, DF and 6F. RGB value is (220,223,111). Sum of RGB (Red+Green+Blue) = 220+223+111=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDF6F is #232090. Grayscale: #D1D1D1. Windows color (decimal): -2302097 or 7331804. OLE color: 7331804.

HSL color Cylindrical-coordinate representation of color #DCDF6F: hue angle of 61.61º 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 #DCDF6F is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 223 111 -
CMYK 0.01 0 0.50 0.13
HSL 61.61º 0.64% 0.65% -
HSV(B) 61.61º 0.5% 0.87% -
XYZ 58.77 69.14 25.29 -
YUV 209.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 220 223 111 0.01 0 0.50 0.13 61.61 0.64 0.65
Hex DC DF 6F 1 0 32 D 3E 40 41
Octal 334 337 157 1 0 62 15 76 100 101
Binary 11011100 11011111 1101111 1 0 110010 1101 111110 1000000 1000001

Color Harmonies of #DCDF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF6F

Black with #DCDF6F

Text Example


Text Example

White with #DCDF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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