Html Css Color HEX #DCE16F Goldenrod

📋 copy color: '#DCE16F'

red 220 ◦ green 225 ◦ blue 111

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

Shades of Goldenrod #DCE16F

Tints of Goldenrod #DCE16F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.47%

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

R = 39.57%
G = 40.47%
B = 19.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#DCE16F (or 0xDCE16F) is known color: Goldenrod. HEX triplet: DC, E1 and 6F. RGB value is (220,225,111). Sum of RGB (Red+Green+Blue) = 220+225+111=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE16F is #231E90. Grayscale: #D2D2D2. Windows color (decimal): -2301585 or 7332316. OLE color: 7332316.

HSL color Cylindrical-coordinate representation of color #DCE16F: hue angle of 62.63º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCE16F is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 225 111 -
CMYK 0.02 0 0.51 0.12
HSL 62.63º 0.66% 0.66% -
HSV(B) 62.63º 0.51% 0.88% -
XYZ 59.31 70.21 25.47 -
YUV 210.51 71.84 134.77 -
System Red Green Blue C M Y K H S L
Decimal 220 225 111 0.02 0 0.51 0.12 62.63 0.66 0.66
Hex DC E1 6F 2 0 33 C 3F 42 42
Octal 334 341 157 2 0 63 14 77 102 102
Binary 11011100 11100001 1101111 10 0 110011 1100 111111 1000010 1000010

Color Harmonies of #DCE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE16F

Black with #DCE16F

Text Example


Text Example

White with #DCE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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