Html Css Color HEX #DCDF6E Goldenrod

📋 copy color: '#DCDF6E'

red 220 ◦ green 223 ◦ blue 110

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

Shades of Goldenrod #DCDF6E

Tints of Goldenrod #DCDF6E

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 220 223 110 -
CMYK 0.01 0 0.51 0.13
HSL 61.59º 0.64% 0.65% -
HSV(B) 61.59º 0.51% 0.87% -
XYZ 58.72 69.12 25 -
YUV 209.22 72.01 135.69 -
System Red Green Blue C M Y K H S L
Decimal 220 223 110 0.01 0 0.51 0.13 61.59 0.64 0.65
Hex DC DF 6E 1 0 33 D 3E 40 41
Octal 334 337 156 1 0 63 15 76 100 101
Binary 11011100 11011111 1101110 1 0 110011 1101 111110 1000000 1000001

Color Harmonies of #DCDF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDF6E

Black with #DCDF6E

Text Example


Text Example

White with #DCDF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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